Closed (fixed)
Project:
Simple Password Reset
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
19 May 2016 at 06:12 UTC
Updated:
3 Jun 2016 at 00:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Khalid S commentedComment #3
Khalid S commentedImplement drupal_alter() to have the ability to alter further.
Comment #4
Khalid S commentedAh, instead of hacking anything, we can just change the weight of our target module. Implement hook_update_N() in your target module and update the db.
Your target module = The module from where you want to alter the user_profile_form which will be executed after the alter of simple_pass_reset.
Comment #5
Khalid S commented