@ -2,7 +2,7 @@
//load the file we need
OCP\Util::addStyle('lostpassword', 'lostpassword');
if ($_['requested']): ?>
< div class = " success "> < p >
< div class = " update "> < p >
<?php
print_unescaped($l->t('The link to reset your password has been sent to your email.< br > If you do not receive it within a reasonable amount of time, check your spam/junk folders.< br > If it is not there ask your local administrator .'));
?>
@ -11,11 +11,11 @@ OCP\Util::addStyle('lostpassword', 'lostpassword');
< form action = " <?php print_unescaped ( OC_Helper :: linkToRoute ( 'core_lostpassword_send_email' )) ?> " method = "post" >
< fieldset >
<?php if ( $_ [ 'error' ]) : ?>
< div class = "error s "> < p align = "center" >
< div class = "error "> < p >
<?php print_unescaped ( $l -> t ( 'Request failed!<br>Did you make sure your email/username was right?' )); ?>
< / p > < / div >
<?php endif ; ?>
< div class = " whi te"> <?php print_unescaped ( $l -> t ( 'You will receive a link to reset your password via Email.' )); ?> </ div >
< div class = " upda te"> <?php print_unescaped ( $l -> t ( 'You will receive a link to reset your password via Email.' )); ?> </ div >
< p class = "infield" >
< input type = "text" name = "user" id = "user" placeholder = "" value = "" autocomplete = "off" required autofocus / >
< label for = "user" class = "infield" > <?php print_unescaped ( $l -> t ( 'Username' )); ?> </ label >