Update documentation for User credentials strategy

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 committed by Simon
parent d0c1996d6e
commit 370e5af568
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
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)