1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/sources/application/views/admin/authentication/forgotpassword.php

17 lines
1 KiB
PHP

<div class='header'><?php $clang->eT('Recover your password'); ?></div>
<p><?php $clang->eT('To receive a new password by email you have to enter your user name and original email address.'); ?>
</p>
<p>&nbsp;</p>
<?php echo CHtml::form(array("admin/authentication/sa/forgotpassword"), 'post', array('class'=>'form44','id'=>'forgotpassword','name'=>'forgotpassword'));?>
<ul>
<li><label for="user"><?php $clang->eT('User name'); ?></label><input name="user" id="user" type="text" size="60" maxlength="60" value="" /></li>
<li><label for="email"><?php $clang->eT('Email'); ?></label><input name="email" id="email" type="email" size="60" maxlength="60" value="" /></li>
</ul>
<p>
<input type="hidden" name="action" value="forgotpass" />
<input class="action" type="submit" value="<?php $clang->eT('Check data'); ?>" />
</p>
<p><a href="<?php echo $this->createUrl("/admin"); ?>"><?php $clang->eT('Main Admin Screen'); ?></a></p>
</form>
<p>&nbsp;</p>