add password hashing #8

Open
jiamengwu wants to merge 2 commits from jiamengwu/2025-plovdiv-git:hashing into live_coding
Member

we used hashlib to hash the password before storing into the database to fix issue #4

we used hashlib to hash the password before storing into the database to fix issue #4
Author
Member

We forgot to take care of the authentification function, will fix now

We forgot to take care of the authentification function, will fix now
Author
Member

We fixed the authenticifation. Now ready for pull-request!

We fixed the authenticifation. Now ready for pull-request!
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u hashing:jiamengwu-hashing
git switch jiamengwu-hashing

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch live_coding
git merge --no-ff jiamengwu-hashing
git switch jiamengwu-hashing
git rebase live_coding
git switch live_coding
git merge --ff-only jiamengwu-hashing
git switch jiamengwu-hashing
git rebase live_coding
git switch live_coding
git merge --no-ff jiamengwu-hashing
git switch live_coding
git merge --squash jiamengwu-hashing
git switch live_coding
git merge --ff-only jiamengwu-hashing
git switch live_coding
git merge jiamengwu-hashing
git push origin live_coding
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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/2025-plovdiv-git!8
No description provided.