mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[PR #178] [MERGED] Add admin CLI password reset command #168
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#168
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?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/178
Author: @arunavo4
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-172📝 Commits (1)
d023b25Add admin CLI password reset flow📊 Changes
3 files changed (+109 additions, -4 deletions)
View changed files
📝
README.md(+14 -0)📝
package.json(+1 -0)📝
scripts/manage-db.ts(+94 -4)📄 Description
Summary
reset-passwordcommand toscripts/manage-db.tsbun run reset-passwordscriptWhy
Fixes the admin lockout recovery gap raised in #172 and complements #164 without requiring email provider setup.
Test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.