hash the pass #13

Open
berkutayme wants to merge 3 commits from berkutayme/2024-heraklion-git_berk:hashpass into main
Member
No description provided.
berkutayme added 2 commits 2024-08-26 14:28:55 +02:00
otizonaizit reviewed 2024-08-26 14:29:51 +02:00
@ -27,0 +30,4 @@
# salt =
# return salt
Owner

what is this?

what is this?
otizonaizit reviewed 2024-08-26 14:30:00 +02:00
auth.py Outdated
@ -27,0 +33,4 @@
def pwhash(password):
hashed_pass = hashlib.sha256(password.encode('utf-8')).hexdigest()
Owner

cool idea!

cool idea!
berkutayme added 1 commit 2024-08-26 14:34:34 +02:00
This pull request has changes conflicting with the target branch.
  • auth.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u hashpass:berkutayme-hashpass
git checkout berkutayme-hashpass

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff berkutayme-hashpass
git checkout main
git merge --ff-only berkutayme-hashpass
git checkout berkutayme-hashpass
git rebase main
git checkout main
git merge --no-ff berkutayme-hashpass
git checkout main
git merge --squash berkutayme-hashpass
git checkout main
git merge --ff-only berkutayme-hashpass
git checkout main
git merge berkutayme-hashpass
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ASPP/2024-heraklion-git#13
No description provided.