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

update auth.py april nilou #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

April-Neuro
Copy link

add salt to hash to improve same passwords

add salt to hash
Copy link
Member

@jakobj jakobj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thanks! 🚀

pls remove or address your comment before this can be merged.

return True
else:
return False
else:
add_user(pwdb, username, password)
add_user(pwdb, username, password) #make sure to add the hash into these arguments
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has this comment been addressed/can it be removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants