Set password funcationality not working when snc_Read_only role added
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2023 10:41 PM
When I logged in as a an admin user but having 'snc_read_only' role added to my account. I can use the set password functionality on the form, password is getting reset but while try to re-login the new passwod is not working.
can anyone please let me know if is there any ACL or script which I can modify so that set password works on user account having snc_read_only role.
Any help will be really appreciated
@Mark Roethof @Muralidharan BS @Mike_R
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2023 11:06 PM
Hi @Swapnil_22 , In my opinion it works as designed. The readonly role gives you only read-only access so you can't update anything. The set password UI action runs in the context of the user - therefore it also can't update the password field. The only option is to try an explicit allow on this field via ACL, but as this readonly role is built in the background, I don't expect, that this will work.
Greets
Daniel
Please mark reply as Helpful/Correct, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2023 04:05 AM
You have alternative solution
1. After set password, uncheck the pass reset field, so user is not prompted to change pass, if this is violating any policy then
2 . grant the read only role after user has logged in