By mz906 on
when the user request a new password the following information is displayed, but i want to add more detail to this message, is it possible to use the hook/catch method? or do i need to hack the core?
"Further instructions have been sent to your e-mail address."
Comments
The simplest thing would be
The simplest thing would be to make a 'translation' and just translate that message. If you need to change the behavior more significantly, you could implement hook_form_alter() and change the form's #submit to point to a new function (which would then need to reimplement all the existing logic from user_pass_submit().
Sean McKeon
MetalToad Media