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

Enhancement of login page #66

Closed
Ananya-vastare opened this issue Oct 26, 2024 · 1 comment
Closed

Enhancement of login page #66

Ananya-vastare opened this issue Oct 26, 2024 · 1 comment

Comments

@Ananya-vastare
Copy link
Contributor

Ananya-vastare commented Oct 26, 2024

To create a robust login system for SPROCTOR, you can use Flask, a Python web framework, to build a scalable, browser-accessible login page that securely handles user authentication. User credentials can be stored in a password-protected Excel file (.xlsx), accessed with the openpyxl library, while pandas manages data retrieval. The HTML front end for the login page, created with Flask’s templating, allows users to input credentials, providing feedback on login status through Flask’s messaging. Flask serves as the backend that loads and verifies the credentials upon form submission. After configuring and running the Flask app, this login page will be available on localhost, allowing easy user access and secure authentication. This setup avoids Tkinter, ensuring flexibility for future expansions and browser-based accessibility.

@tanishaness please assign this issue to me thank you

@tanishaness
Copy link
Owner

Amazing

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