Closed mathematical-guy closed 3 years ago
@mathematical-guy does this store user related data like the previous password generated by him?
@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
@mathematical-guy nice!! you can go ahead and implement that feature. I'll accept the PR together.
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')