Replies: 2 comments 1 reply
-
|
@volkanceylan Any idea please? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@ziaatrix beyond the specialized multi-tenant logic, you will also have to search for the strings 'admin' and "admin" (with the delimiters; the former will be in script and the latter will be in CS), and evaluate whether you need to change the logic where you find these hardcoded strings to allow your additional user(s) to have the same abilities as admin is being given. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
By default there is admin user in serenity, where this user is a special user that is able to see all records across all tenants and its working fine.
I need to create another user same exactly as admin. But there is no configuration here to set it as like special user. How to create another admin/special user in the system?
Beta Was this translation helpful? Give feedback.
All reactions