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

Password format #8298

Open
bhanu2217 opened this issue Sep 16, 2024 · 0 comments
Open

Password format #8298

bhanu2217 opened this issue Sep 16, 2024 · 0 comments
Labels
Enhancement This label is considered as request for new features which don't exist in the helpdesk Security

Comments

@bhanu2217
Copy link
Contributor

bhanu2217 commented Sep 16, 2024

Whether the password is generated by system or user. It should follow below format.

Strong password should contain:

  • Uppercase alphabets
  • Lowercase alphabets
  • Digits
  • Symbols
  • Minimum 9 character.

Pages:

  • Register
  • Forgot password
  • Change password
  • any other pages in the system

Validation:

  • Show proper place holder message
  • Show proper validations message

For existing users:

  • When they login 1st time, take them to password change screen. Don't allow them to use the application till password is set in this format.

Sample Screenshot:
Screenshot 2024-09-16 at 11 53 37 AM

@bhanu2217 bhanu2217 added Security Enhancement This label is considered as request for new features which don't exist in the helpdesk labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This label is considered as request for new features which don't exist in the helpdesk Security
Projects
None yet
Development

No branches or pull requests

1 participant