- Herzogenaurach
- https://nicolai-ort.com
- Joined on
2020-10-30
Block a user
Password security standards
The lib we settled on: https://www.npmjs.com/package/check-password-strength
Implement password security
Frontend uses this lib: https://www.npmjs.com/package/check-password-strength
It should be trivial to add some password checks to user creation and update + some errors.
Password requirements
@philipp FYI: The lib I finally settled on https://www.npmjs.com/package/check-password-strength
niggl
deleted branch feature/112-org_registration_links from lfk/frontend
2021-03-26 18:59:54 +00:00
Generate Org selfservice links in the frontend
Org selfservice Link feature/112-org_registration_links
Implemented password strength test feature/106-password_strength
Password requirements
I implemented the basic password check. TODO: Implement the function that enables/disables buttons