Skip to content
Snippets Groups Projects
Commit 97e05b71 authored by Björn Schießle's avatar Björn Schießle
Browse files

add hint about what the recovery password field is for

parent 81b6cab9
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment