iot-lab-kiit / Password-Generator

Application made in Django to generate random passwords as based on certain criteria .
https://passgeniot.herokuapp.com/
3 stars 7 forks source link

Authentication system #18

Closed mathematical-guy closed 3 years ago

mathematical-guy commented 3 years ago

I have added Authentication system. This is very basic auth system consisting of login and logout. 'Previous Password' is a JSONField so it can store previous password (need to page which accepts values for password and then stores it). Styling can also be done as per requirement.

I have removed .pyc files from authenticaion system and also from 'update-restructure' (my previous pull request')

kanishkguptagit commented 3 years ago

@mathematical-guy does this store user related data like the previous password generated by him?

mathematical-guy commented 3 years ago

@kanishkguptagit This is just a auth system. But the feature of storing password can also be implemented. I am just beginner in Django else I was trying to do that. If I learn something surely I can help you with that Thank you

kanishkguptagit commented 3 years ago

@mathematical-guy nice!! you can go ahead and implement that feature. I'll accept the PR together.