Password Expiration Check

Authentication ::: auth_pwdexp
Maintained by DavidDavid Bezemer
Password Expire Authentication plugin

Password Expiration Check 2013100900

Moodle 2.0, 2.1, 2.2, 2.3, 2.4, 2.5
Released: Wednesday, 9 October 2013, 7:59 PM
Moodle Password Expiry

Introduction
For a customer of UP learning, a special Authentication Module has been developed to handle password expiry in Moodle environments.

Installing
Place the code in the folder pwdexp in the Moodle auth folder. ($CFG->dataroot\auth\pwdexp)

Configuration
After installation the authentication module has to be enabled and configured.
Users - Authentication - Manage Authentication will now list the added module as: 'Password Expiration check'

Choose enable to activate the plugin.
Remark: Before the plugin is fully active, its settings need to be saved once.
The module will apply to all logged in users, regardless of the authentication plugin order.

On the 'Settings' page there are two configurable options:
1. The amount of days for password expiration
2. The URL to redirect to when the password has expired (ie Moodle Password change page)

Remark: After the activation of the plugin there might not be a password change history for all users.
For this reason the plugin will enforce a password change for every user logging in after activating the plugin directly, and not after the first interval.

Version information

Version build number
2013100900
Maturity
Stable version
MD5 Sum
20a7a5ee9acfae5f4885e3afe99c991f
Supported software
Moodle 2.1, Moodle 2.0, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
Moodle-2

Default installation instructions for plugins of the type Authentication

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myauth") in the "auth" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation