You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
688 B

  1. :: use 'design.mtt'::
  2. <h1>::_("Change of password")::</h1>
  3. ::if error!=null::
  4. <div class="alert">
  5. ::error::
  6. </div>
  7. ::end::
  8. ::if step==1 ::
  9. <p>
  10. ::_("If you have forgotten your password or if you would like to change it, please key-in below your e-mail address:")::
  11. ::raw form::
  12. </p>
  13. ::elseif step==2::
  14. <p>
  15. ::_("An e-mail was sent to you to allow you changing your password.")::
  16. </p>
  17. ::elseif step==3::
  18. <p>
  19. ::_("Key-in your new password:")::
  20. ::raw form::
  21. </p>
  22. ::else::
  23. <p>
  24. ::_("Congratulations, your password have been modified!")::
  25. </p>
  26. <p>
  27. <a href="/user/login" class="btn btn-default">::_("Log in with")::</a>
  28. </p>
  29. ::end::
  30. ::end::