{% extends "admin/layout.html" %} {% block title %}Security - Admin{% endblock %} {% block body %}
{% trans %}Change your admin password{% 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 %}
{% trans %}Current custom login URL:{% endtrans %}
/{{website_url}}{{ current_settings.get('admin_login_slug') }}
{% trans %}Check this to use the default /admin/login page instead{% endtrans %}