@(request: Http.Request, signedinUser: common.User, breadcrumbs: String) @views.html.gui.page.main(request, signedinUser, None, None, breadcrumbs) { Studies Active ID Username Name Email Last sign-in Auth Roles Viewer/User Superuser Admin @* Template for button toolbar in User's row *@ Settings Password Delete @* Create User Modal *@ Add a new user Username What will be the username of the new user? Username and password are used for authentication. E.g., email address. Name The name is not used for authentication and only further describes the user. Email Optional email address of the user. This field is not used for authentication. LDAP Authenticate this user by your central LDAP service? Password xxx @* Edit user settings Modal *@ Change user settings Name Email @* Change user password Modal *@ Change password xxx @* Delete user confirmation Modal *@ Confirm user deletion @if(signedinUser.isDb() || signedinUser.isLdap()){ Confirm with your (@signedinUser.getUsername()) password. } else { Confirm by typing your username (@signedinUser.getUsername()). } }