mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-21 08:59:55 -04:00
A preview of the password reset functionality. What's working... you
can start to logon, request the password to be reset, and an email is sent to the users email address. If you click on the link you get an unformatted form. But its a start :-)
This commit is contained in:
14
modules/user/views/reset_password.html.php
Normal file
14
modules/user/views/reset_password.html.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<html>
|
||||
<head>
|
||||
<title><?= $title ?> </title>
|
||||
</head>
|
||||
<body>
|
||||
<h2><?= t("Password Reset Request") ?> </h2>
|
||||
<p>
|
||||
<?= sprintf(t("A request to reset your password (user: %s) at %s."), $name, url::base(false, "http")) ?>
|
||||
<?= sprintf(t("To confirm this request please click on the link below")) ?><br />
|
||||
<a href="<?= $url ?>"><?= t("Reset Password") ?></a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user