Password Expiration Check

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

Password Expiration Check 1.0 (Build: 2013100900)

Moodle 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
Released: Thursday, 14 November 2013, 2:35 AM
moodle-auth-pwdexp
==================

A Moodle Auth plugin that handles 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
Version release name
1.0 (Build: 2013100900)
Maturity
Stable version
MD5 Sum
4a775025cf6c4e8bfbd7b927b0f7b0d2
Supported software
Moodle 2.1, Moodle 2.0, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6

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