Hi,
Initially I had access to the Users Screen where I was able to add or edit the Users and their Roles. But by Mistake, I removed one or two User Roles(I cannot remember exactly what their names were, I guess its Super User) from my Login ID. Now its shown that I have no Permission to View or Edits Users. Attaching the screenshot of the same below.
I need to get back the permission to go ahead with my Work.
Please Don't Suggest to use Lifetime, because it's only available in the premium version of Outsystems as of my knowledge
Regards
In Service Studio, create a screen.
Set a reference to Users/UserManager role using the Manage Dependencies dialog.
Add a button to the screen.
On the OnClick event of the button create a new screen action.
In the screen action use the GrantUserManagerRole
Deploy the code pressing the 1CP button, open the screen and press the button.
You can to grant yourself the UserManager role using coach code.
Regards,
Daniel
Hi Daniel,
Thanks for your Quick Reply. But I've no Idea what you are talking about. It would be great if you could tell me where and how to do this.
Thanks & Regards
Hello @Kashif ,
You can revert back User rolls which you have deleted.
Please look into the solutions. I hope this kind of solutions will help you.
https://www.outsystems.com/forums/discussion/53167/how-i-can-rollback-deleted-roles-from-systems-role-entity/
Navneet
Hey,
Sorry, I was not able to find a Solution for my Problem over there.
Go to Support by your OutSystems accounts then open a new support case choose Personal Environment and report an issue. When they call you, give him your id, what you want use as a admin and they grant UserManager role that Id.
Maybe it will help you.
Thanks
No need to get help from OutSystems support
Hi Kashif,
As an alternative and a fail safe, there's always a Users administrator account that can be used to access the Users application.
In case you don't know the password of the admin account, you can reconfigure it via Service Center.
Nordin
Fantastic answer!
Thanks a lot.
I believe that Outsystems should have a fail safe (grey-out for the last user that has UserManager role, for example), people that are learning can easily make mistakes and delete the UserManager Role.
The fail safe is described by Nordin.