Update "unnamed"
@@ -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 🔒*
|
||||
Reference in New Issue
Block a user