Skip to content

Commit c4172c4

Browse files
frjowes-otf
authored andcommitted
Improve some strings.
1 parent c10fd50 commit c4172c4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

hypha/apply/users/templates/users/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 class="mb-2 text-sm font-semibold">
9595

9696
<h3 class="mt-6 mb-2 text-sm font-semibold">{% trans "Passkeys" %}</h3>
9797
<p class="mb-2 text-sm text-fg-muted">
98-
{% trans "Passkeys use your device's biometrics or PIN to sign in securely without a password." %}
98+
{% trans "With passkeys you can use your fingerprint, face, or screen lock to login securely without a password." %}
9999
</p>
100100

101101
{# Hidden inputs supply the API URLs to passkeys.js #}

hypha/settings/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
# DEFAULT_RATE_LIMIT is used by login, password, 2FA, etc
3131
DEFAULT_RATE_LIMIT = env.str("DEFAULT_RATE_LIMIT", "5/m")
3232

33-
# IF Hypha should enforce 2FA for all users.
33+
# If Hypha should enforce 2FA for all users.
34+
# Users that login with passkeys are excluded since that is even more secure.
3435
ENFORCE_TWO_FACTOR = env.bool("ENFORCE_TWO_FACTOR", False)
3536

3637
# WebAuthn / Passkey settings.

0 commit comments

Comments
 (0)