Description
Send Email verification links on WordPress
This plugin sends verification emails to newly registered wordpress users and asks them to verify their email address.
Adding your own localized email templates
The email templates are located under tpl/emails
directory, and the file for verification email is called verify.php
which is the default template for english
language
however you can add your own language-specific template file by duplicating verify.php
and renaming it to verify-LOCALE_CODE.php
for example for Portuguese ( Brazil ) you can add a file named verify-pt_BR.php
( you can get your wordpress installation locale code with get_locale() )
There are also dw_verify_email_template_path
and dw_verify_email_template_args
filters available if you want to make modifications from your theme\’s functions.php
3rd-party scripts included
WP_MAIL ( for sending templated emails )
Screenshots
Installation
Seach the plugin’s name in the install plugin section in your dashboard
Or upload the plugin and extract it to wp-content/plugins/ and then activate it in your dashboard, under the plugins page
FAQ
-
How does this plugin work?
-
Once you activate it, new users that register on your site must verify their email address by a confirmation link which is sent to their email address, otherwise they won’t be able to log-in.
Reviews
Contributors & Developers
“Email verification on signups” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Email verification on signups” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.7 2023-08-30
- Update plugin meta data.
- Check compatibility with latest WordPress version.
1.1.6 2023-08-25
- Security improvements.
- Check compatibility with latest WordPress version.
1.1.5 2023-04-05
- Fix release workflow.
1.1.4 2023-04-05
- Fix release workflow.
- Tested with latest WP version.
1.1.3 2023-04-05
- Santize/Escape all outputs in the plugin to prevent possible security issues. #5
1.1.2
- Translations updated
- Bug fixed