We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a492bb7 commit 6c14becCopy full SHA for 6c14bec
wp-includes/rest-api/auth/class-wp-rest-key-pair.php
@@ -264,6 +264,10 @@ public function after_password_reset( WP_User $user ) {
264
/**
265
* Fires after the user's password is reset.
266
*
267
+ * When a user resets their password this method will deleted all of
268
+ * the application passwords associated with their account. In turn
269
+ * this will renders all JSON Web Tokens invalid for their account
270
+ *
271
* @param int $user_id The user ID.
272
*/
273
public function profile_update( $user_id ) {
0 commit comments