summaryrefslogtreecommitdiff
path: root/src/user/app.rs
Commit message (Collapse)AuthorAge
* Remove the now-unused return value from the final stage of user creation.Owen Jacobson2025-08-24
|
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
| | | | Having this buried under `crate::user` makes it hard to split up the roles `user` fulfils right now. Moving it out to its own module makes it a bit tidier to reuse it in a separate, authentication-only way.
* Rename the `login` module to `user`.Owen Jacobson2025-03-23