Hey,
It seems there is still a password_policy_user hook lying round for the ops "register" and "form". Since this hook is no longer used in drupal 7 the checkbox on a user page to force them to change passwords next time they log in isn't there.
I will investigate a replacement hook for this and possibly post a patch for it.
Cheers,
Adam
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1252666-password-policy-fix.patch | 2.12 KB | acbramley |
Comments
Comment #1
acbramley commentedThis patch fixes this by putting the settings in a form alter hook with user_access checks. Needs testing and review.
Comment #2
erikwebb commentedLooks good to me. Can I get a RTBC?
Comment #3
erikwebb commentedFixed and committed.
http://drupalcode.org/project/password_policy.git/commit/158bec54b05ef27...