__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<h2>
{{ get_icon('b_usradd') }}
{% trans 'Add user account' %}
</h2>
<form name="usersForm" id="addUsersForm" action="{{ url('/server/privileges') }}" method="post" autocomplete="off">
{{ get_hidden_inputs() }}
{{ login_information_fields_new|raw }}
<fieldset class="pma-fieldset" id="fieldset_add_user_database">
<legend>{% trans 'Database for user account' %}</legend>
<input type="checkbox" name="createdb-1" id="createdb-1">
<label for="createdb-1">{% trans 'Create database with same name and grant all privileges.' %}</label>
<br>
<input type="checkbox" name="createdb-2" id="createdb-2">
<label for="createdb-2">{% trans 'Grant all privileges on wildcard name (username\\_%).' %}</label>
<br>
{% if database is not empty %}
<input type="checkbox" name="createdb-3" id="createdb-3" checked>
<label for="createdb-3">{{ 'Grant all privileges on database %s.'|trans|format(database) }}</label>
<input type="hidden" name="dbname" value="{{ database }}">
<br>
{% endif %}
</fieldset>
{% if is_grant_user %}
{{ privileges_table|raw }}
{% endif %}
<fieldset id="fieldset_add_user_footer" class="pma-fieldset tblFooters">
<input type="hidden" name="adduser_submit" value="1">
<input class="btn btn-primary" type="submit" id="adduser_submit" value="{% trans 'Go' %}">
</fieldset>
</form>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| add_user.twig | File | 1.35 KB | 0644 |
|
| add_user_fieldset.twig | File | 487 B | 0644 |
|
| change_password.twig | File | 3.36 KB | 0644 |
|
| choose_user_group.twig | File | 550 B | 0644 |
|
| edit_routine_privileges.twig | File | 3.88 KB | 0644 |
|
| get_user_link.twig | File | 292 B | 0644 |
|
| initials_row.twig | File | 1008 B | 0644 |
|
| login_information_fields.twig | File | 4.8 KB | 0644 |
|
| new_user_ajax.twig | File | 1.64 KB | 0644 |
|
| privileges_summary.twig | File | 4.63 KB | 0644 |
|
| privileges_table.twig | File | 33.57 KB | 0644 |
|
| subnav.twig | File | 534 B | 0644 |
|
| user_overview.twig | File | 749 B | 0644 |
|
| user_properties.twig | File | 4.81 KB | 0644 |
|
| users_overview.twig | File | 7.79 KB | 0644 |
|