Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional options for password strength #25

Open
philippr71 opened this issue May 13, 2020 · 2 comments
Open

Additional options for password strength #25

philippr71 opened this issue May 13, 2020 · 2 comments

Comments

@philippr71
Copy link

It should be possible to define some password requirements like

  • min. password length
  • max. password length
  • password complexity (password must have numbers, characters, special characters)
  • password must be renewed after x days
  • password must not be the same for at least x-times
  • user will be blocked after x incorrect login-attemps
@seanthomasdevlin
Copy link
Member

Thanks for the feedback Philippr71
These are all valid use cases and indeed we have applications that use the same requirements
We'd have to address two items:

  1. Storing metadata (user login attempts, rules, password expirations, etc). Perhaps we can create an API to store this on top of the svyProperties module.
  2. UX. How to display/enforce password rules when creating users / setting passwords

@seanthomasdevlin
Copy link
Member

Planned:
https://support.servoy.com/browse/SVYX-185
For password strength.

We may defer the other topics and explore integrations with IAM solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants