Title: List User Passwords
Last modified: August 19, 2016

---

# List User Passwords

 *  [derekelcreativecom](https://wordpress.org/support/users/derekelcreativecom/)
 * (@derekelcreativecom)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/list-user-passwords/)
 * Hi. I have somewhat of an extranet set up for a client, and the client has a 
   list of user in the admin. The client wants to be able to see the user passwords
   in the administrative area. I have started to try and figure out how to do this
   by putting the following in one of my templates:
 *     ```
       <?php $password = ( $userdata->user_pass ); ?>
                       Password: <? echo $password ; ?>
                       Username: <? echo $userdata->user_login ; ?>
                       <? } ?>
       ```
   
 * However, this outputs the encrypted version of the password. I have done some
   research on this, and pretty much have come up with the answer that “That’s just
   the way WordPress works.” So I am just hoping someone has had a similar issue
   or could offer a solution. The main goal here is to be able to allow the client
   to see the user’s passwords in the admin area, so they don’t have to keep some
   kind of excel file with the passwords.

The topic ‘List User Passwords’ is closed to new replies.

## Tags

 * [password](https://wordpress.org/support/topic-tag/password/)
 * [users](https://wordpress.org/support/topic-tag/users/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [derekelcreativecom](https://wordpress.org/support/users/derekelcreativecom/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/list-user-passwords/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
