Add missing permissions in UserModel.php for TOTP login.

This commit is contained in:
Ryan
2025-04-23 21:15:55 -04:00
committed by GitHub
parent 6bf6206e1c
commit 3e1da9c335

View File

@@ -38,6 +38,7 @@
- Updates both `window.csrfToken` and the `<meta name="csrf-token">` & `<meta name="share-url">` tags - Updates both `window.csrfToken` and the `<meta name="csrf-token">` & `<meta name="share-url">` tags
- Removed Old CSRF logic that cloned every successful response and parsed its JSON body - Removed Old CSRF logic that cloned every successful response and parsed its JSON body
- Removed Any “soft-failure” JSON peek on non-403 responses - Removed Any “soft-failure” JSON peek on non-403 responses
- Add missing permissions in `UserModel.php` for TOTP login.
## Changes 4/22/2025 v1.2.3 ## Changes 4/22/2025 v1.2.3