-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
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
Users summary page #3906
Users summary page #3906
Conversation
@@ -63,5 +63,12 @@ | |||
<g:message code="gui.menu.PasswordUtility"/> | |||
</g:link> | |||
</li> | |||
<g:if test="${authRead}"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this auth check does not seem correct, if the summary action requires user:admin access.
@@ -3033,5 +3033,33 @@ class MenuController extends ControllerBase implements ApplicationContextAware{ | |||
} | |||
return redirect(controller:'menu',action:'jobs', params: [project: params.project]) | |||
} | |||
|
|||
def summary(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should change the action name to be userSummary
or something clearer
Add the summary to |
@jtobard maybe try rebasing on current master |
…_version >= 27 add the summary info to the list
5a926ce
to
d7adbe3
Compare
New Page listed in the System menu only to users with admin privileges:
This page list the users (in the table
rduser
) and some info about them: