From 5f7bf5146703c248957a7d9c4e75fe4bf79f853c Mon Sep 17 00:00:00 2001 From: arcodange Date: Wed, 8 Apr 2026 15:22:21 +0200 Subject: [PATCH] Update "unnamed" --- Admin-Only-Password-Reset-Security.-.md => unnamed.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename Admin-Only-Password-Reset-Security.-.md => unnamed.md (98%) 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