ezforgotpassword
Last updated: Thursday 18 September 2025 22:51
Version |
Compatible with |
N/A
|
N/A
|
Interested in this extension? Sponsor it!
ezforgotpassword 1.0.1
Description
This is an exclusive eZPublish extension, which comes with different way of
restoring the forgotten password. Instead of sending the password by email,
a message contains the unique URL that redirects to page where user can generate
a new password.
Installation
-
Get the extension. Go to your extension folder within your eZ installation, then run:
git clone git@github.com:makingwaves/ezforgotpassword.git
-
Enable extension adding entry to site.ini.append.php:
[ExtensionSettings] ActiveExtensions[]=ezforgotpassword
-
Go to User accounts => Roles and policies and click on Anonymous group.
Now click "Edit" button and add "New policy". As a module select ezforgotpassword
and as a function pick generate. Then click Grant full access.
-
Now you need to include PHP class, so go to the root directory of your eZ installation and run:
php bin/php/ezpgenerateautoloads.php
Usage
Plugin provides a link to generator, which can be generated in templates by:
{'ezforgotpassword/mail'|ezurl()}