<%! title = 'Access controls' %> <%namespace name="lib" file="//lib.html" import="*"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n isLite = util.isLite() isCloud = util.isCloud() hasProductMenu = splunk.util.normalizeBoolean(cherrypy.config.get('showProductMenu')) ssoUrlPrefix = cherrypy.config.get('productMenuUriPrefix') %>
${_('Specify authentication method, manage user settings, and manage roles.')}
% if not isLite and can_authoverview: % endif % if can_users: % endif % if not isLite and can_roles: % endif % if isCloud and hasProductMenu: % endif % if can_password_management: % endif
${''} ${_('Actions')}
${_('Authentication method')}
${_('Users')} ${_('Add new')}
${_('Roles')}
${_('Invite Users')}
${_('Password Policy Management')}