summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-29 19:22:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-29 19:26:04 +0300
commit0acd33abe3539fb51960331bf9b7fc43d64f227b (patch)
tree0e8f7e8e9c3413643fce4d0e73d73782caa26f14 /plugins
parent0b82afabd5f4eaac9a4a163d890dab34443f18ec (diff)
OTP: generate longer secrets, also make them easier to read/copy
Diffstat (limited to 'plugins')
-rw-r--r--plugins/auth_internal/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php
index 8c1154566..3f5a2e977 100644
--- a/plugins/auth_internal/init.php
+++ b/plugins/auth_internal/init.php
@@ -109,7 +109,7 @@ class Auth_Internal extends Auth_Base {
<?= \Controls\hidden_tag("op", "login") ?>
<fieldset>
- <label><?= __("Please enter your one time password:") ?></label>
+ <label><?= __("Please enter verification code (OTP):") ?></label>
<input id="otp" dojoType="dijit.form.ValidationTextBox" required="1" autocomplete="off" size="6" name="otp" value=""/>
<?= \Controls\submit_tag(__("Continue")) ?>
</fieldset>