User Story: Admin Password Reset Workflow #7
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?
As an admin user, I want to enable password reset for users who forgot their password so that users can regain access without email/phone verification.
🔒 CRITICAL SECURITY REQUIREMENT
ONLY AUTHENTICATED ADMIN USERS CAN FLAG USERS FOR PASSWORD RESET
Users CANNOT flag themselves or others. This is a security-critical feature.
📚 Documentation References (Wiki Pages)
✅ Acceptance Criteria
Security Requirements (MUST PASS)
/api/v1/admin/users/{username}/allow-resetallow_password_reset = trueFunctional Requirements
🎯 Implementation Workflow
🔗 Related Issues
Priority: High (Security Critical) 🔒
Complexity: Medium (3 story points)
Security Impact: Critical - Improper implementation could allow unauthorized access
Wiki Documentation: Admin-Only-Password-Reset-Security