Request Password Reset

Input Type
Email - input user email to send
OnCompleted
On Completed DelegatePHP
```php
$resetLink = "http://localhost/loginsystempro/reset_password.php?token=$resetToken";
```
Change localhost/loginsystempro -> to your own domain
Example

Using Temp Email to test




When using the old password , will cant login now

When using new password

Last updated