-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
32 lines (20 loc) · 1.28 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== 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
1. 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