Active
Project:
Password Policy
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2012 at 00:18 UTC
Updated:
19 May 2012 at 02:14 UTC
Is it possible to undo a password expiration? I don't see a UI for it but maybe by altering a db field?
It would be good to have a UI that shows dates of when these were issued and the ability to reverse it.
Comments
Comment #1
erikwebb commentedYou can do it directly from within the database with a query like -
DELETE FROM `password_policy_expiration` WHERE `uid` = <UID> AND `unblocked` IS NOT NULLThis isn't a bad idea though.
Comment #2
erikwebb commentedI'm postponing this until we can get 7.x-1.0 fully released.
Comment #3
erikwebb commented