Path

ezpublish / documentation / extensions / ez publish extensions / ez mb password expiry / "password about to expire"...


Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

"Password about to expire" notification

If you want users to be notified when their password is about to expire, you can set up a new cronjob that searches for users based on their "Password Last Update Time" and "Password Lifetime". This cronjob is "sendexpirynotifications.php" which can be found in \extension\ezmbpaex\cronjobs. It can be run manually with the following command from the root of your eZ Publish folder:

$ php runcronjobs.php send_expiry_notifications

When the remaining lifetime of a password is less than the configured expiration notification time, an email will be generated and sent to the user so they can change their password prior to it expiring. The Expiration Notification time is defined in your mbpaex.ini and is by default set to 172800 seconds (2 days).

Per password expiry only one notification is sent to a user.

Ester Heylen (29/09/2009 12:19 pm)

Ester Heylen (29/09/2009 12:19 pm)


Comments

There are no comments.