mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
17 lines
1 KiB
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> </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> </p>
|