fix #418: allow non admin user to access their settings #419

Merged
deblan merged 2 commits from bugfix/issue418-userconfigaccess into develop 2025-04-29 19:23:28 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
## [Unreleased]
### Fixed
* fix #418: allow non admin user to access their settings
## 5.0.1
### Fixed
* fix(StandardMenu): appLimit must return a value > 0

View file

@ -98,6 +98,7 @@ class PersonalSettingController extends Controller
}
#[NoCSRFRequired]
#[NoAdminRequired]
#[FrontpageRoute(verb: 'GET', url: '/user/config')]
public function configuration(): JSONResponse
{