You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,25 @@ Adds an activation code to the new user email sent once a user registers. The us
14
14
15
15
The administrator may reset the activation code or enter a new one from the users profile page.
16
16
17
+
This plugin does not currently work with multi-site. Multi-site uses an activation key system for new registrations already.
18
+
17
19
== Installation ==
18
20
19
21
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
20
22
21
23
== Screenshots ==
24
+
22
25
1. Log in form
23
26
2. User profile page
24
27
25
28
== Changelog ==
26
29
27
30
= 1.0 =
28
31
* Compatability with 3.5
29
-
* Activation code field on log in form is filled in automatically if user clicks url in email.
32
+
* Activation code field on log in form is filled in automatically if user clicks url in email
33
+
* Added a new column on the users list table to display if the user has activated their account or not
34
+
* Fixed missing localization strings
35
+
* Bumped minimum WordPress version to 3.1
30
36
31
37
32
38
= 0.4 =
@@ -37,7 +43,7 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
37
43
* Localized and available for translation
38
44
39
45
= 0.2 =
40
-
* Added a fieldto the user profile that displays the activation code. This field is only shown to admins.
46
+
* Added a field, shown only to admins, to the user profile that displays the activation code
0 commit comments