If your site auto-generates customer credentials, then they receive their username and password in plaintext in their email.
To improve security and make the experience a bit more user-friendly, this plugin sends users a link to create their password, much like WordPress core does when you add a new user account.
Get the code at the WordPress plugin repository, or open issues at the GitHub repository.
Description
If your site auto-generates customer credentials, then they receive their username and password in plaintext in their email.
To improve security and make the experience a bit more user-friendly, this plugin sends users a link to create their password, much like WordPress core does when you add a new user account.
Installation
- Install the plugin.
- If you’ve customized the customer-new-account.php template file in your theme, copy the template from this plugin over to your theme folder and make the edits necessary.
Screenshots
1. Sample new customer email
Changelog
1.0
- Initial plugin