aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-26 10:46:29 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-26 10:47:09 +0100
commitec75139939780810f43f4e85fbf37de2409fe584 (patch)
treeb0dc7cdf27dad376c6fdfb8f271c6334742bc8d0 /app/install.php
parent65fb4ac1fdc41f91c190b5fa82ed2f9ce2817fe5 (diff)
Give indication on password format
Fix https://github.com/FreshRSS/FreshRSS/issues/769
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/install.php b/app/install.php
index eb2f764f9..177173fdb 100644
--- a/app/install.php
+++ b/app/install.php
@@ -598,6 +598,7 @@ function printStep2() {
<input type="password" id="passwordPlain" name="passwordPlain" pattern=".{7,}" autocomplete="off" <?php echo $auth_type === 'form' ? ' required="required"' : ''; ?> />
<a class="btn toggle-password" data-toggle="passwordPlain"><?php echo FreshRSS_Themes::icon('key'); ?></a>
</div>
+ <?php echo _i('help'); ?> <?php echo _t('install.auth.password_format'); ?>
<noscript><b><?php echo _t('gen.js.should_be_activated'); ?></b></noscript>
</div>
</div>