/usr/share/phpmyadmin/templates/server/privileges
NameSizeModeActions
add_user.twig13510644editdlrm
add_user_fieldset.twig4660644editdlrm
change_password.twig33380644editdlrm
choose_user_group.twig6770644editdlrm
edit_routine_privileges.twig39190644editdlrm
initials_row.twig8960644editdlrm
login_information_fields.twig48540644editdlrm
new_user_ajax.twig16410644editdlrm
privileges_summary.twig46930644editdlrm
privileges_table.twig333090644editdlrm
subnav.twig5340644editdlrm
users_overview.twig59270644editdlrm
user_overview.twig7280644editdlrm
user_properties.twig48760644editdlrm
Edit: /usr/share/phpmyadmin/templates/server/privileges/users_overview.twig (5927B)
{{ get_hidden_inputs() }}
{% if menus_work %} {% endif %} {% for host in hosts %} {% if menus_work %} {% endif %} {% if is_grantuser %} {% endif %} {% if menus_work and user_group_count > 0 %} {% endif %} {% endfor %}
{% trans 'User name' %} {% trans 'Host name' %} {% trans 'Password' %} {% trans 'Global privileges' %} {{ show_hint('Note: MySQL privilege names are expressed in English.') }} {% trans 'User group' %}{% trans 'Grant' %} {% trans 'Action' %}
{{ host.host }} {% if host.has_password %} {% trans 'Yes' %} {% else %} {% trans 'No' %} {% endif %} {{ not host.has_select_priv ? show_hint('The selected user was not found in the privilege table.'|trans) }} {{ host.privileges|join(', ')|raw }} {{ host.group }}{{ host.has_grant ? 'Yes'|trans : 'No'|trans }} {{ get_icon('b_usredit', 'Edit privileges'|trans) }} {% if host.user is not empty %} {{ get_icon('b_usrlist', 'Edit user group'|trans) }} {% endif %} {{ get_icon('b_tblexport', 'Export'|trans) }}
{% trans 'With selected:' %} {% trans 'With selected:' %}
{% if is_createuser %}
{% trans %}New{% context %}Create new user{% endtrans %}
{% endif %}
{{ get_icon('b_usrdrop', 'Remove selected user accounts'|trans) }}

{% trans 'Revoke all active privileges from the users and delete them afterwards.' %}