You need an implementation of hook_field_extra_fields() so that site builders can reposition the element you add to the user edit form.
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| password_policy_field_extra_fields.patch | 801 bytes | Angry Dan |
You need an implementation of hook_field_extra_fields() so that site builders can reposition the element you add to the user edit form.
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| password_policy_field_extra_fields.patch | 801 bytes | Angry Dan |
Comments
Comment #1
erikwebb commentedComment #2
erikwebb commentedComment #3
aohrvetpv commentedTo restate, this patch would allow moving via the Field UI the Password Policy fieldset containing the "Force password change on next login" checkbox.
Looked at porting this patch to 7.x-2.x, but it is not applicable because 7.x-2.x lacks a fieldset on the user_profile_form since it does not yet implement a "Force password change on next login" feature. I did not see an open feature request to add the "Force password change on next login" feature.
Patch is simple and seems low risk, so I would see no harm in committing on 7.x-1.x, even though it is debatably a feature request. Tested and still applies on 7.x-1.x-dev.
Comment #5
erikwebb commented