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

Enhance Password Strength Validation #29

Closed
pratyushsingha opened this issue Oct 2, 2023 · 14 comments
Closed

Enhance Password Strength Validation #29

pratyushsingha opened this issue Oct 2, 2023 · 14 comments
Assignees

Comments

@pratyushsingha
Copy link
Contributor

pratyushsingha commented Oct 2, 2023

To enhance security and provide users with clearer feedback during password creation, i propose implementing an improved password strength validation

@Abbhiishek
Copy link
Owner

What your approach on this issue?

@pratyushsingha
Copy link
Contributor Author

pratyushsingha commented Oct 2, 2023

@Abbhiishek like the password should contains uppercase,lowercase ,numbers ,special charracters and it will give users alert if any of these requirements are missing

@Abbhiishek
Copy link
Owner

It seems to be a nice feature actually. It also belongs to the project roadmap soo kudos to you for rasing the issue. However i was thinking if we can implement this with a visual experience that shown to user that resembles the password strength.
Like a long strip which turns red yellow green as user password is more secured and with a proper length.

@Abbhiishek
Copy link
Owner

I have used Zod to validate the schema, you can add new parameters and also validate. The visual part is something we have to work on.

@pratyushsingha
Copy link
Contributor Author

okkk...i am trying to do it🚀

@Abbhiishek
Copy link
Owner

Btw,

i have merged both the repos into one you can check out that if you want : https://github.com/Abbhiishek/codecommunitymusic

@pratyushsingha
Copy link
Contributor Author

pratyushsingha commented Oct 2, 2023

@Abbhiishek yess i saw it in the morning😁🚀

@pratyushsingha
Copy link
Contributor Author

pratyushsingha commented Oct 2, 2023

2023-10-03.01-12-24.mp4

@pratyushsingha
Copy link
Contributor Author

how is it??

@Abbhiishek
Copy link
Owner

Great 😃.

Give me some time to review the code .

@Abbhiishek
Copy link
Owner

@Abbhiishek yess i saw it in the morning😁🚀

great let me know if you were able to setup the whole application. You would require docker installed in your host machine.

@pratyushsingha
Copy link
Contributor Author

@Abbhiishek yess i saw it in the morning😁🚀

great let me know if you were able to setup the whole application. You would require docker installed in your host machine.

@Abbhiishek actually i have set it up one day before....from here...yes yes i am able to set it up with docker

@Abbhiishek
Copy link
Owner

@Abbhiishek yess i saw it in the morning😁🚀

great let me know if you were able to setup the whole application. You would require docker installed in your host machine.

@Abbhiishek actually i have set it up one day before....from here...yes yes i am able to set it up with docker

-> Now you won't have to do soo you can follow this issue #31 . With just few commands everything would be done. You wont have to manage and create database on your own multiple times. There need some improvement regarding the image size, i would be pushing the new optimised one soon :)

@Abbhiishek
Copy link
Owner

Issue Resolved ✅

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

No branches or pull requests

2 participants