Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/display/change_password/file_b.twig')
-rw-r--r--templates/display/change_password/file_b.twig22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/display/change_password/file_b.twig b/templates/display/change_password/file_b.twig
deleted file mode 100644
index b4086ee957..0000000000
--- a/templates/display/change_password/file_b.twig
+++ /dev/null
@@ -1,22 +0,0 @@
-<tr class="vmiddle">
- <td>
- <label for="select_authentication_plugin_cp">{% trans 'Password Hashing:' %}</label>
- </td>
- <td>
- <select name="authentication_plugin" id="select_authentication_plugin_cp">
- {% for plugin_name, plugin_description in active_auth_plugins %}
- <option value="{{ plugin_name }}"{{ plugin_name == orig_auth_plugin ? ' selected' }}>{{ plugin_description }}</option>
- {% endfor %}
- </select>
- </td>
-</tr>
-<tr id="tr_element_before_generate_password"></tr>
-</table>
-<div{{ orig_auth_plugin != 'sha256_password' ? ' class="hide"' }} id="ssl_reqd_warning_cp">
- {% apply notice %}
- {% trans %}
- This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted connection that encrypts the password using RSA</i>'; while connecting to the server.
- {% endtrans %}
- {{ show_mysql_docu('sha256-authentication-plugin') }}
- {% endapply %}
-</div>