mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 16:01:24 +00:00
Tweak wording on password help to be method-agnostic.
(imported from commit 1037df705ce599f6f62345a6f6619b2e428912ff)
This commit is contained in:
@@ -57,7 +57,7 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser
|
|||||||
value="{% if form.password.value %}{{ form.password.value }}{% endif %}"
|
value="{% if form.password.value %}{{ form.password.value }}{% endif %}"
|
||||||
maxlength="100" />
|
maxlength="100" />
|
||||||
{% if full_name %}
|
{% if full_name %}
|
||||||
<span class="help-inline">This is used for mobile applications and other tools that don't support Google Apps authentication.</span>
|
<span class="help-inline">This is used for mobile applications and other tools that require a password.</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if form.password.errors %}
|
{% if form.password.errors %}
|
||||||
{% for error in form.password.errors %}
|
{% for error in form.password.errors %}
|
||||||
|
|||||||
Reference in New Issue
Block a user