user_register isn’t the solution for your needs because when this action is trigger, the password is already encrypted.
The best solution is to do a custom registration form and insert your new users with this hook: wp_insert_user()
When a user is register, you can send a custom email with the password not encrypted.
Related Posts:
- Send user auto generated password on different email
- How to set up User email verification after Signup?
- How to let user set password on registration
- Can i add password field into my wp registration form?
- What is correct way to change user’s email?
- User with same Mail but a different additional info(like domain)
- Custom Password Reset
- New User Registration email
- how can i inform other users about new user registration? [closed]
- Condionally/limited emails from system (cantact-form, registration, passwd reset)With
- How to change the default registration email ? (plugin and/or non-plugin)
- How to allow an user role to create a new user under a role which lower than his level only?
- Disable user registration password email
- Display user registration date
- get_user_meta() doesn’t include user email?
- Confirmation required on email change
- Whats the best way to share user data across multiple WordPress websites?
- Email user when password is reset by admin
- Replacing the WordPress password validation
- WordPress auto login after registration not working
- how to use joomla password format in wordpress?
- What the user_status column?
- Problem with Hebrew characters in username
- Remove email verification when new user register
- How to display custom user meta from registration in backend?
- Best way to send users password?
- How can I get users email (and additional data) from the rest API?
- Multi-steps WordPress registration : in 4 steps how to?
- Send activation email to user after signup [duplicate]
- Force users to complete their profile after they register? How to
- Setting WP Admin passwords to expire
- How do i auto approve new user?
- Copy a user from one WordPress site to another
- Can I hook into the invite user process to verify their email address is from a certain domain?
- Migrating users from .com to .org?
- How to get user ID during registration and add it to a custom table
- Get user info outside WordPress
- Limit content by user registration date
- What is the best way to avoid spammers registering to my blog?
- ACF Upload Image in front-end with custom form
- Authenticate user using Hashed Password in MySQL Query and C#
- How to customize wp_signon()
- Is it possible to get a user with just the password field?
- How Do I Prevent Junk Account Creation?
- Buddypress – Send New User Activation Link to Admin [closed]
- Can I bulk register contributors for a new blog
- New user notification doesn’t include activation link
- Importing Existing Users with Passwords
- WordPress to use Drupal users’ credentials
- How can I find users that didn’t set a password?
- Cannot set user passwords
- Create not-activated user in code, wordpress
- Send Email to Users after Deleting Account
- How can I allow password reset based on logins containing the @ character?
- Front End Registration Form Code – Password Field Not Saving
- How can I verify users facebook ID that he provides during signup process
- Adding second Email address for WP user notifications
- Add email addresses to already registered users
- How can I check if a user’s email exists in the database
- Show MD5 Password in user section
- Suddenly all emails in User have [email protected]
- How to pass external variables to the wp_new_user_notification_email filter?
- Plugin for limiting user registration based on ip with expiry period?
- Restricted registrations or removing the ability to edit your password/email
- Creating user in Firebase after WordPress user registration
- Force user to change their password on first log in of site using shortcode
- Can user login details be used for other applications?
- Users managed to register on website with no register button?
- Translate emails into the language of the user
- Add value in user table when user is created
- Displaying different in-page content to cliente/admin
- Force user to change their password on the frontend at the first login and password policy
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- wordpress disable login for unverified user
- Reset Password policy
- How do I transfer user passwords from one WordPress site to another?
- How can I attach a user to another user with user meta
- How do I protect user_activation_key?
- Register user when after filling contact form
- Creating user without username and password
- OAuth 2 and saving the authenticated user
- WordPress registration without wp-login.php and wp-admin folder, is it possible?
- How to notify specific users when i’m posting/modifying a new post
- Check for valid email after user inactivity?
- Unable to change email address of admin on localhost
- WordPress Password security related questions
- How to set custom avatar for users?
- REST API: wp_get_current_user not working on second call
- Send email to all registered users [closed]
- Assign random (and unique) user meta upon registration
- How to add registration date and last login date to user list page
- how to remove email field from default user registration form on wordpress
- How to programmatically read the plan text password when user register?
- Custom registration and pending approval
- How can i login with user’s password in WordPress being an admin?
- Automatic Website user password generation
- Customising “user ids” and add to ‘user’ panel in the admin area
- How to hide some users to unlogged users [closed]
- Force users to use password with specifications
- Need to manually add multiple WP users with same e-mail address (with good reason)