WP Manifestindependent plugin directory
manifest / security / email-auth

Code for the People Email Authentication

A plugin that uses email to authenticate WordPress users

by Mike Little (for Code for the People) · github.com/cftp/email-auth · website

1stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cftp/email-auth/archive/refs/heads/master.zip

Readme

Code for the People Email Authentication

  • Contributors: mikelittle
  • Tags: authentication, login, email
  • Requires at least: 3.3.2
  • Tested up to: 3.3.2
  • Stable tag: 0.0.1

A plugin that uses email to authenticate WordPress users

Description

The idea of this plugin is to allow the staff at an organisation to login to the WordPress website/intranet without having to remember a password.

Secondly this method will prevent them from having to re-login too often. Thirdly this would prevent anyone without access to the specified email account from logging in (e.g. ex-staff would no longer have access to the website/intranet by virtue of their lack of access to staff email account).

The plugin relies on the organisation having confidence in the security of their email system. They therefore may not want to allow external email addresses (e.g. gmail or hotmail) during registration.

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Frequently Asked Questions

Is this secure?

It is as secure as your staff access to your email system. Or as secure as access to externals email systems if you allow those.

Changelog

0.0.1

  • First version

Read the full README on GitHub →