We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a user is granted the admin role then they get elevated privileges to delete builds and projects. This is not documented.
admin
In tomcat=users.xml:
tomcat=users.xml
<role rolename="admin"/>
Then assign the the role, eg:
<user username="xbdd-admin" password="something" roles="admin" />
The text was updated successfully, but these errors were encountered:
orionhealth#58 document the admin role
1ce379d
Document the admin role (#65)
0916d0f
* Update install docs * #58 document the admin role
steveswinsburg
No branches or pull requests
If a user is granted the
admin
role then they get elevated privileges to delete builds and projects. This is not documented.In
tomcat=users.xml
:Then assign the the role, eg:
The text was updated successfully, but these errors were encountered: