summaryrefslogtreecommitdiff
path: root/src/login/password.rs
Commit message (Collapse)AuthorAge
* Blind debug output for StoredHash.Owen Jacobson2024-10-11
| | | | This is a little excessive, as PasswordHash (which StoredHash converts to) _does_ derive Debug and exposes the hash, but I'll feel better if the hash never ends up in logs.
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
This is primarily renames and repackagings.