fossasia / open-event-frontend

The frontend for the Open Event API Server https://test.eventyay.com
https://eventyay.com
Apache License 2.0
2.34k stars 1.82k forks source link

On registering new user , specify validation conditions for password #9190

Open gudia18 opened 2 weeks ago

gudia18 commented 2 weeks ago

Is your feature request related to a problem? Please describe. Currently, when registering a new user, there is no clear indication of the password validation conditions, for better security

registerrr

Describe the solution you'd like I would like to add a set of visible password validation conditions on the registration page. This would include criteria such as , the requirement for special characters, numbers, and uppercase letters.

Describe alternatives you've considered An alternative solution could be to provide real-time feedback as users type their password, indicating whether their password meets the required criteria. This could be implemented using client-side JavaScript validation.

Jaishree2310 commented 2 weeks ago

Hi, @gudia18 @naveensrinivasan can you please assign this issue to me? Thanks!

github-actions[bot] commented 2 weeks ago

We don't assign issues to external contributors. Please comment that you're working on the issue after checking that no one else is, and then send a pull request for it. Thank You!

Jaishree2310 commented 2 weeks ago

I'm working on this issue! Thanks!

gudia18 commented 2 weeks ago

I am working on this issue