Add generic unknown user/pw error #5

Open
alberto wants to merge 1 commit from alberto/2026-latam-git:main into main
Member

We made this super fast, please don't judge us for errors

We made this super fast, please don't judge us for errors
@ -36,2 +36,2 @@
if username not in pwdb:
print('Wrong username!')
if (username not in pwdb) or (pwdb[username] == password):
print('Unknown username or password!')
Owner

looks good, did you test it?

looks good, did you test it?
This pull request has changes conflicting with the target branch.
  • auth.py
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

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

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 main
git merge --no-ff alberto-main
git switch alberto-main
git rebase main
git switch main
git merge --ff-only alberto-main
git switch alberto-main
git rebase main
git switch main
git merge --no-ff alberto-main
git switch main
git merge --squash alberto-main
git switch main
git merge --ff-only alberto-main
git switch main
git merge alberto-main
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/2026-latam-git!5
No description provided.