Made quite a few changes so that the code works in the server
[vanilla-miry.git] / themes / people_password_reset_form_validpostback.php
blobe5abeb29d878a7e70207ceceaa3d6d4bd3c7ede6
1 <?php
2 // Note: This file is included from the library/People/People.Control.PasswordResetForm.php control.
4 echo '<div class="FormComplete">
5 <h2>'.$this->Context->GetDefinition('PasswordReset').'</h2>
6 <ul>
7 <li><a href="'.GetUrl($this->Context->Configuration, $this->Context->SelfUrl).'">'.$this->Context->GetDefinition('SignInNow').'</a>.</li>
8 </ul>
9 </div>';