You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The password is not hashed (encrypted) . Although you have the bcrypt in your dependencies but its not being properly used here.
since the password is getting stored as it is in the DB so anyone can have access to the user password so its need to be resolved.
Add ScreenShots
Check the userModel file in the repository
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Please assign this task to me i can handle it really well . And will handle your schema too which has some fixing to do .
Looking forward to contribute on this project .
Describe the feature
The password is not hashed (encrypted) . Although you have the bcrypt in your dependencies but its not being properly used here.
since the password is getting stored as it is in the DB so anyone can have access to the user password so its need to be resolved.
Add ScreenShots
Check the userModel file in the repository
Record
The text was updated successfully, but these errors were encountered: