[wp-trac] [WordPress Trac] #12461: Resend Pass to users from "admin > users"-list

WordPress Trac noreply at wordpress.org
Sat Aug 17 11:38:22 UTC 2013


#12461: Resend Pass to users from "admin > users"-list
-----------------------------+-----------------------------
 Reporter:  F J Kaiser       |       Owner:
     Type:  feature request  |      Status:  closed
 Priority:  normal           |   Milestone:  Future Release
Component:  Users            |     Version:  2.9.2
 Severity:  normal           |  Resolution:  wontfix
 Keywords:                   |
-----------------------------+-----------------------------
Changes (by avryl):

 * keywords:  user, pass, password, login, wp_mail =>
 * status:  new => closed
 * resolution:   => wontfix


Comment:

 You can definitely do this with the hook `edit_user_profile_update`,
 validate and compare `$_POST['pass1']` and `$_POST['pass2']`, compare it
 to the current password and then send it with `wp_mail()` if everything's
 ok.
 http://codex.wordpress.org/Plugin_API/Action_Reference/edit_user_profile_update

--
Ticket URL: <http://core.trac.wordpress.org/ticket/12461#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list