Gallery2:Modules:timevalidation - Gallery Codex
Personal tools

Gallery2:Modules:timevalidation

From Gallery Codex

Time Validation

Fails the login for any user older than 31 days who is not an admin user..

Description

Makes the user resister ofter 30 days.

Usage

Customization

  • If you want longer or shorter times for user expiry, edit modules/timevalidation/classes/TimeValidationPlugin.inc
    		if (!isAdmin &&  $age > 86400 * 31) {
    • adjust the 31 for your number of days.

Requested Features

Currently there are no feature requests for this module.

Bugs

Currently there are no known issues for this module.