server-verwaltung/app
nocci 1b673f2cdf feat(auth): add password length validation
- introduce password_too_long function to check bcrypt's 72-byte limit
- update registration and login to handle passwords exceeding limit
2025-12-06 13:20:06 +00:00
..
static 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
templates 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
__init__.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
auth.py feat(auth): add password length validation 2025-12-06 13:20:06 +00:00
db.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
main.py feat(auth): add password length validation 2025-12-06 13:20:06 +00:00
models.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00
utils.py 🔧 chore(repo): restructure project file hierarchy 2025-12-06 11:56:16 +00:00