[wp-trac] [WordPress Trac] #21044: Add action hook to end of resetpassform reset_pass_form
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 21 20:59:55 UTC 2012
#21044: Add action hook to end of resetpassform reset_pass_form
-----------------------------+-----------------------------
Reporter: romaimperator | Owner: romaimperator
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: 3.4
Severity: normal | Keywords: has-patch
-----------------------------+-----------------------------
'''Description'''
This hook will allow plugin developers to add content to the form users
see when they are setting a new password for their account.
'''Why do I want this feature?'''
My plugin found [http://wordpress.org/extend/plugins/trustauth/ Here]
replaces the need for passwords. I added a feature to allow users to
completely disable password logins for their account to prevent
bruteforcing. This hook will allow me to add a feature which will let them
assign a new TrustAuth key (just a public key) to their account rather
than forcing them to reenable password logins and set a new password.
'''Current Behavior'''
Currently plugins cannot add anything to the form.
'''Implementation Strategy'''
I have created a patch which simply runs the action hooks before
outputting the submit tag.
'''Work Estimate'''
However long it takes to review this ticket and apply my patch.
'''Commitments'''
me, romaimperator, implementing the one line of code
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21044>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list