- πΊπΈUnited States bluegeek9
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.
Other modules, such as Force Password Change β , add additional fields to both the `$account` and the form to trigger their own changes. The `change_pwd_page_form_submit()` function creates an `$edit` array with only the `pass` field, and effectively strips out these other fields.
The submit handler should better mimic the `user_profile_form_submit()` handler, or call it directly, to preserve core's user profile editing semantics.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.