mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fixes #295 on login pw upgrade. This adds support for SSHA512 to be imported at the request of @colbyprior, and adds a delayed action queue so that events can be run after-the-fact so that authentication does not need to exist under the write path.
10 lines
281 B
Markdown
10 lines
281 B
Markdown
## Getting Started (for Administrators)
|
|
|
|
If you want to deploy kanidm, or to see what it can do, you should read the [kanidm book]
|
|
|
|
[kanidm book]: https://github.com/kanidm/kanidm/blob/master/kanidm_book/src/SUMMARY.md
|
|
|
|
## Getting Started (for Developers)
|
|
|
|
See the README.md file.
|