summary refs log tree commit diff stats
path: root/users.nix (follow)
Commit message (Collapse)AuthorAge
* Feat: Save passwords in hashed form directlyene2023-01-21
| | | | | | | Saving hashed passwords should be relatively safe, as long as the hashing algorithm isn't flawed. Considering, that we use yescrypt with higher than average parameters ('jFT' instead of 'j9T'), we should be safe for now.
* Feat: User configuration, with secure passwordsene2023-01-19
The passwords will be stored in a specific password file, which because it isn't part of this repository is secure. Refs: #9