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

Change the login and session info to the username #9

Open
beegeiger opened this issue Jul 4, 2018 · 0 comments
Open

Change the login and session info to the username #9

beegeiger opened this issue Jul 4, 2018 · 0 comments
Labels
Flask Requires a working knowledge of Flask good first issue Good for newcomers PSQL Requires a working knowledge of PostgreSQL Python Requires a working knowledge of Python

Comments

@beegeiger
Copy link
Owner

Right now, the login page requires the user's e-mail and then that e-mail is stored in the session. In the effort to make things even more secure (so people don't have to keep entering their e-mail), this should ideally be changed to using the username as the login (and in the session). The proper bcrypt and PSQL authentication is still necessary...it just will use the username instead of the e-mail.

@beegeiger beegeiger added good first issue Good for newcomers Python Requires a working knowledge of Python PSQL Requires a working knowledge of PostgreSQL Flask Requires a working knowledge of Flask labels Jul 4, 2018
@beegeiger beegeiger added this to Small Issues to be Fixed/Created in SafeWork Project Improvement via automation Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Flask Requires a working knowledge of Flask good first issue Good for newcomers PSQL Requires a working knowledge of PostgreSQL Python Requires a working knowledge of Python
Projects
SafeWork Project Improvement
  
Small Issues to be Fixed/Created
Development

No branches or pull requests

1 participant