Email verification on signups

Plugin Banner

Email verification on signups

by Dornaweb

Download
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 )

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

  1. Settings pages

    Settings pages

  2. Add user

    Add user

  3. Wp-Login

    Wp-Login

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.

Simple and handy plugin

By Dornaweb (dornaweb) on July 31, 2018

Simple plugin but quite handy

Great plugin!

By George (quantum_leap) on July 30, 2018

Nice and simple, thank you!

Tiny but does what I need

By caraffande on April 18, 2018

+ Minimal, no bloats + Supports users created via rest_api, which way more famous analogous plugins do not!

Like as I want

By arifbd26 on March 9, 2018

Like as I want

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

See changelog for all versions.

Back to top