/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/user_properties.twig (4876B)

{{ get_icon('b_usredit') }} {% trans 'Edit privileges:' %} {% trans 'User account' %} {% if database is not empty %} '{{ username }}'@'{{ hostname }}' - {% if is_databases %} {% trans 'Databases' %} {% else %} {% trans 'Database' %} {% endif %} {% if table is not empty %} {{ database }} - {% trans 'Table' %} {{ table }} {% else %} {% if database is not iterable %} {% set database = [database] %} {% endif %} {{ database|join(', ') }} {% endif %} {% else %} '{{ username }}'@'{{ hostname }}' {% endif %}

{% if current_user == username ~ '@' ~ hostname %} {{ 'Note: You are attempting to edit privileges of the user with which you are currently logged in.'|trans|notice }} {% endif %} {% if user_does_not_exists %} {{ 'The selected user was not found in the privilege table.'|trans|error }} {{ login_information_fields|raw }} {% endif %} {{ table_specific_rights|raw }} {% if database is not iterable and database|length > 0 and not is_wildcard %} [ {% trans 'Database' %} {{ database|replace({'\\_': '_', '\\%': '%'}) }}: {{ database_url_title }} ] {% if table|length > 0 %} [ {% trans 'Table' %} {{ table }}: {{ table_url_title }} ] {% endif %} {% endif %} {{ change_password|raw }}