Merge "Add description for "Lock Password""

This commit is contained in:
Zuul 2025-04-30 12:21:32 +00:00 committed by Gerrit Code Review
commit fe36ca6dc6
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Create a new user and set related properties including the Primary Project and Role." %}</p>
<h4>{% trans "Lock Password" %}</h4>
<p>{% trans "Disables the ability for a user to change their password through self-service APIs." %}</p>
<script type="text/javascript">
if (typeof horizon.user !== 'undefined') {
horizon.user.init();

View File

@ -4,6 +4,8 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Edit the user's details, including the Primary Project." %}</p>
<h4>{% trans "Lock Password" %}</h4>
<p>{% trans "Disables the ability for a user to change their password through self-service APIs." %}</p>
<script type="text/javascript">
if (typeof horizon.user !== 'undefined') {
horizon.user.init();