refactor: convert all DanceLessonsCoach mentions to kebab-case
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 10s
CI/CD Pipeline / CI Pipeline (push) Failing after 13s

This commit is contained in:
2026-04-07 19:11:39 +02:00
parent 7f32a113db
commit 52065c9cf3
72 changed files with 211 additions and 211 deletions

View File

@@ -8,7 +8,7 @@ This document clarifies the security-critical aspect of the password reset workf
## 🎯 Security Principle
The DanceLessonsCoach password reset system follows a **zero-trust, admin-controlled** security model:
The dance-lessons-coach password reset system follows a **zero-trust, admin-controlled** security model:
```mermaid
graph TD
@@ -234,4 +234,4 @@ func (s *AuthService) ResetPasswordWithoutAuth(username, newPassword string) err
---
*DanceLessonsCoach - Secure by design, private by default 🔒*
*dance-lessons-coach - Secure by design, private by default 🔒*