Title: wp_authenticate_user
Last modified: August 21, 2016

---

# wp_authenticate_user

 *  [mythemes](https://wordpress.org/support/users/mythemes/)
 * (@mythemes)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/wp_authenticate_user/)
 * in documentation of this hook
 * [https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_authenticate_user](https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_authenticate_user)
 * tells that password is encrypted. but is not 🙂
 * in wp-includes/user.php, the filter run with original password:
 *     ```
       $user = apply_filters('wp_authenticate_user', $user, $password);
       	if ( is_wp_error($user) )
       		return $user;
       ```
   
 * maybe it’s a bug or the documentation need an update

Viewing 1 replies (of 1 total)

 *  [orbisius](https://wordpress.org/support/users/orbisius/)
 * (@orbisius)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wp_authenticate_user/#post-4046842)
 * this is probably the password that the user has entered in the login form.

Viewing 1 replies (of 1 total)

The topic ‘wp_authenticate_user’ is closed to new replies.

## Tags

 * [filter](https://wordpress.org/support/topic-tag/filter/)
 * [hook](https://wordpress.org/support/topic-tag/hook/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [orbisius](https://wordpress.org/support/users/orbisius/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/wp_authenticate_user/#post-4046842)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
