mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 21:17:16 -05:00
[PR #178] [MERGED] Add admin CLI password reset command #811
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?
📋 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.