Update documentation for User credentials strategy
All checks were successful
continuous-integration/drone/push Build is passing

Clarify that User.update :own is handled by HasPermission.
Fix file path references from lib/mv/accounts to lib/accounts.
This commit is contained in:
Moritz 2026-01-22 21:36:22 +01:00
parent d97f6f4004
commit 811a276d92
3 changed files with 69 additions and 11 deletions

View file

@ -539,7 +539,7 @@ Following the same pattern as Member resource:
**Tasks:**
1. ✅ Open `lib/mv/accounts/user.ex`
1. ✅ Open `lib/accounts/user.ex`
2. ✅ Add `policies` block
3. ✅ Add AshAuthentication bypass (registration/login without actor)
4. ✅ Add NoActor bypass (test environment only)