diff --git a/Admin-Only-Password-Reset-Security.-.md b/unnamed.md similarity index 98% rename from Admin-Only-Password-Reset-Security.-.md rename to unnamed.md index e9872e5..e1150f8 100644 --- a/Admin-Only-Password-Reset-Security.-.md +++ b/unnamed.md @@ -11,6 +11,7 @@ This document clarifies the security-critical aspect of the password reset workf The DanceLessonsCoach password reset system follows a **zero-trust, admin-controlled** security model: ```mermaid +%%{init: {'theme': 'forest'}}%% graph TD A[User Forgets Password] --> B[User Cannot Self-Reset] B --> C[User Must Contact Admin] @@ -234,4 +235,4 @@ func (s *AuthService) ResetPasswordWithoutAuth(username, newPassword string) err --- -*DanceLessonsCoach - Secure by design, private by default 🔒* +*DanceLessonsCoach - Secure by design, private by default 🔒* \ No newline at end of file