]> source.dussan.org Git - nextcloud-server.git/commitdiff
add hint about what the recovery password field is for
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 6 Jun 2013 10:26:05 +0000 (12:26 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 10 Jun 2013 09:12:12 +0000 (11:12 +0200)
settings/templates/users.php

index 7049f354fbf4635726725c6cfc7f21674df36e3d..b9c581d24a1478d5e2285d435b021cb9b90bee08 100644 (file)
@@ -33,7 +33,11 @@ $_['subadmingroups'] = array_flip($items);
        </form>
        <?php if((bool)$_['recoveryAdminEnabled']): ?>
        <div class="recoveryPassword">
-       <input id="recoveryPassword" type="password" placeholder="<?php p($l->t('Admin Recovery Password'))?>" />
+       <input id="recoveryPassword"
+                  type="password"
+                  placeholder="<?php p($l->t('Admin Recovery Password'))?>"
+                  title="<?php p($l->t('Enter the recovery password in order to recover the users files during password change'))?>"
+                  alt="<?php p($l->t('Enter the recovery password in order to recover the users files during password change'))?>"/>
        </div>
        <?php endif; ?>
        <div class="quota">