mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 15:25:55 +03:00
[GH-ISSUE #172] Inalid email or password #85
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @groke76 on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/172
Hi, after using gitea-mirror for a couple of months, I can no longer log in, I get "invalid email or password". I have checked the logs, checked the Gtea token is correct, recreated gitea token, but I still get "invalid email or password, please contact administrator", but I am the administrator. And I cannot see any places to create a new gitea-mirror user or reset the user anywhere.
Is this a bug on new version or something?
@arunavo4 commented on GitHub (Feb 24, 2026):
Added a proper admin recovery flow in PR #178.
What it adds:
bun run reset-password -- --email=user@example.com --new-password='new-secure-password'This gives a non-destructive recovery path when an admin gets locked out and email reset is not configured.
@arunavo4 commented on GitHub (Feb 24, 2026):
Resolved by #178 (admin CLI password reset flow + README docs).