kanidm/kanidmd/src/lib/idm/mod.rs
Firstyear e9cb71b9a7
Add tooling for accounts to self-set their password ()
Partially Implements  - 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.
2019-09-27 09:59:23 +10:00

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;