{% extends "admin/layout.html" %} {% block title %}Security - Admin{% endblock %} {% block body %}

{% trans %}Security{% endtrans %}

{% trans %}Change your admin password{% endtrans %}

{% trans %}Admin Login URL{% endtrans %}

{% trans %}Change the secret path for the admin login page (e.g.{% endtrans %} {% trans %}/admin-xyz123{% endtrans %}{% trans %}). Keep it secret — anyone who knows this URL can attempt to log in.{% endtrans %}

{% if current_settings and current_settings.get('admin_login_slug') %}

{% trans %}Current custom login URL:{% endtrans %} /{{website_url}}{{ current_settings.get('admin_login_slug') }}

{% endif %}

{% trans %}Check this to use the default /admin/login page instead{% endtrans %}

/

{% trans %}Only letters, numbers, and hyphens. Minimum 6 characters.{% endtrans %}

{% endblock %} {% block page_scripts %} {% endblock %}