mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 12:37:43 -05:00
[GH-ISSUE #172] Inalid email or password #457
Reference in New Issue
Block a user
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).