resetPasswordSuccess.php 280 Bytes
Newer Older
Игорь's avatar
init    
Игорь committed
1
2
3
4
5
6
7
8
9
10
11
12
<?php use_helper('I18N') ?>

<h1><?php echo __('Password reset') ?></h1>

<form action="<?php echo url_for('@request_password') ?>" method="post">
    <table>
        <?php echo $form ?>
    </table>

    <input type="submit" value="<?php echo __('Password reset') ?>" />

</form>