User Access Expiration

0

Expires a user’s access to a site after a specified number of days. It uses the user registered date/time and an admin configured number of days to determine when to expire the users

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Expires a user’s access to a site after a specified number of days. It uses the user registered date/time and an admin configured number of days to determine when to expire the users access. The administrator can restore a user’s access from the user’s profile page.

There is a filter available for developers to hook into and alter the expiration date of a specific user on the fly during authentication. The filter uae_expiration_date passes the current expiration date and the WP_User object.