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

erikwebb’s picture

Title: Is it possible to undo a password expiration? » Add interface to manage password expirations
Version: 7.x-1.0-rc2 » 7.x-1.x-dev
Category: support » feature

You can do it directly from within the database with a query like -
DELETE FROM `password_policy_expiration` WHERE `uid` = <UID> AND `unblocked` IS NOT NULL

This isn't a bad idea though.

erikwebb’s picture

Status: Active » Postponed

I'm postponing this until we can get 7.x-1.0 fully released.

erikwebb’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Postponed » Active