- Herzogenaurach
- https://nicolai-ort.com
- Joined on
2020-10-30
Block a user
Implemented password strength test feature/106-password_strength
Password security standards
The requirements we settled on:
- At lease 1 uppercase letter
- At least 1 lowercase letter
- At least 1 number
- At least 10 characters long
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