If you are logged in as an admin , you can view all the users and their roles. The admin can change the user roles namely normal and premium.
We have done form validation, created sessions to keep track of the logged in users, pbkdf2_sha256 hashing technique is used to hash the password before saving into the database.
This app uses HTML, CSS, Bootstrap, Font Awesome, Jinja tags, Javascript in the frontend and Django, SQLite in the backend .