You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that a root admin is only able to see the default group (Example : 'common') but other admins are not able to see this root group or group created by other admins .
So i have a two part question.
is there a way to make multiple root admins ?
how to make the root default group visible to users who all have admin privileges ?
But I have another question.
3. How to change admin account? (I tried to change the variable on .env file: STF_ADMIN_NAME but it was not changed. Still 'common''s admin account is default owner of new group)
The text was updated successfully, but these errors were encountered:
@didental , most of your questions have their response in the Readme.md and GroupFeature.pdf documentation:
I observed that a root admin is only able to see the default group (Example : 'common')
No, the administator user sees all groups of all users, and all users including the administrator one see the root standard group (default name equal to Common)! What DeviceFarmer/STF version are you using ?
but other admins are not able to see this root group or group created by other admins
There is only one administrator user and trying to patch the rethinkdb user table to make other administrator users, will lead to an inconsistency system.
When a simple user makes a reservation by creating a new group, only him and the administrator user see this group until he adds other users in his group.
is there a way to make multiple root admins ?
No because it will lead to an inconsistency system.
how to make the root default group visible to users who all have admin privileges ?
N/A => there is only one administrator user, but all users see the Common group
How to change admin account? (I tried to change the variable on .env file: STF_ADMIN_NAME but it was not changed. Still 'common''s admin account is default owner of new group)
Currently, you have the possiblility to choose the properties of built-in objects (i.e. administrator user and root standard group) at database creation step only, so if you want to change these built-in objets after this step you have de rebuild the database (i.e. remove it then recreate it), but I prepare a pull request to make these crucial changes without the need to remove the database, nervertheless it will require to stop STF and the database to do this operation and then restart them.
It's replica form openstf#1333.
Hey ,
I observed that a root admin is only able to see the default group (Example : 'common') but other admins are not able to see this root group or group created by other admins .
So i have a two part question.
But I have another question.
3. How to change admin account? (I tried to change the variable on .env file: STF_ADMIN_NAME but it was not changed. Still 'common''s admin account is default owner of new group)
The text was updated successfully, but these errors were encountered: