003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/templates
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
templates
/
📁
..
📄
checkbox.php
(1.49 KB)
📄
checkbox.twig
(369 B)
📁
columns_definitions
📁
components
📁
config
📁
console
📁
database
📁
display
📄
div_for_slider_effect.twig
(694 B)
📄
dropdown.twig
(502 B)
📁
encoding
📁
error
📁
export
📄
filter.twig
(305 B)
📄
fk_checkbox.twig
(218 B)
📄
header_location.twig
(676 B)
📁
javascript
📁
list
📁
login
📁
navigation
📄
prefs_autoload.twig
(702 B)
📄
prefs_twofactor.twig
(1.83 KB)
📄
prefs_twofactor_configure.twig
(368 B)
📄
prefs_twofactor_confirm.twig
(480 B)
📄
preview_sql.twig
(309 B)
📁
privileges
📄
radio_fields.twig
(401 B)
📄
secondary_tabs.twig
(150 B)
📄
select_all.twig
(389 B)
📄
select_lang.twig
(874 B)
📁
server
📄
start_and_number_of_rows_panel.twig
(794 B)
📁
table
📁
test
📄
theme_preview.twig
(507 B)
📄
toggle_button.twig
(1023 B)
📄
view_create.twig
(4.65 KB)
Editing: prefs_twofactor.twig
<div class="group"> <h2> {% trans "Two-factor authentication status" %} {{ Util_showDocu('two_factor') }} </h2> <div class="group-cnt"> {% if enabled %} {% if num_backends == 0 %} <p>{% trans "Two-factor authentication is not available, please install optional dependencies to enable authentication backends." %}</p> <p>{% trans "Following composer packages are missing:" %}</p> <ul> {% for item in missing %} <li><code>{{ item.dep }}</code> ({{ item.class }})</li> {% endfor %} </ul> {% else %} {% if backend_id %} <p>{% trans "Two-factor authentication is available and configured for this account." %}</p> {% else %} <p>{% trans "Two-factor authentication is available, but not configured for this account." %}</p> {% endif %} {% endif %} {% else %} <p>{% trans "Two-factor authentication is not available, enable phpMyAdmin configuration storage to use it." %}</p> {% endif %} </div> </div> {% if backend_id %} <div class="group"> <h2>{{ backend_name }}</h2> <div class="group-cnt"> <p>{% trans "You have enabled two factor authentication." %}</p> <p>{{ backend_description }}</p> <form method="POST" action="prefs_twofactor.php"> {{ Url_getHiddenInputs() }} <input type="submit" name="2fa_remove" value="{% trans "Disable two-factor authentication" %}" /> </form> </div> </div> {% elseif num_backends > 0 %} <div class="group"> <h2>{% trans "Configure two-factor authentication" %}</h2> <div class="group-cnt"> <form method="POST" action="prefs_twofactor.php"> {{ Url_getHiddenInputs() }} {% for backend in backends %} <label> <input type="radio" name="2fa_configure" {% if backend["id"] == "" %}checked="checked"{% endif %} value="{{ backend["id"] }}"/> <strong>{{ backend["name"] }}</strong> <p>{{ backend["description"] }}</p> </label> {% endfor %} <input type="submit" value="{% trans "Configure two-factor authentication" %}" /> </form> </div> </div> {% endif %}
Upload File
Create Folder