306
Views
10
Comments
Solved
No Permission to Users Screen
Service Studio Version
11.53.23 (Build 61527)

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

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP
Solution

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.

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

Hi,

You can to grant yourself the UserManager  role using coach code.

Regards,

Daniel

UserImage.jpg
Kashif J Naisal

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

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP
Solution

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.

2021-12-23 04-28-09
Navneet Sharma

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/


Thanks & Regards

Navneet

UserImage.jpg
Kashif J Naisal

Hey,

Sorry, I was not able to find a Solution for my Problem over there.

Regards

2022-06-06 09-58-43
Gourav shukla

Hi,

   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

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

No need to get help from OutSystems support

2021-08-12 11-00-27
Nordin Ahdi
Ā 
MVP

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.

Regards,

Nordin

2024-03-08 14-30-16
Hélio Sousa

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.


2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

The fail safe is described by Nordin.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.