Actions
Bug #26843
openUser with 'user' role cannot get token status
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
In #24872 the right of the endpoint /user/api/token/status
is mapped to Administration.Read
, to initialize the Elm app to display user token management, so for a user with the user
role (userAccount_read) the app will not display.
The right should be mapped to UserAccount.Read
at least to be able to initialize the Elm and get the status of the token
Files
Actions