mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-22 00:43:54 +02:00
Partially Implements #6 - add ability for accounts to self set password. This is good for now, as I get closer to a trial radius deployment, but I think I'm finding the rest api probably needs a better plan at this point, as well as probably the way we do the proto and the communication needs some more thoughts too.
11 lines
184 B
Rust
11 lines
184 B
Rust
#[macro_use]
|
|
mod macros;
|
|
|
|
pub(crate) mod account;
|
|
pub(crate) mod authsession;
|
|
pub(crate) mod claim;
|
|
pub(crate) mod event;
|
|
pub(crate) mod group;
|
|
pub(crate) mod server;
|
|
// mod identity;
|