-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathreadme.txt
80 lines (60 loc) · 2.94 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
=== Force Password Change ===
Contributors: lumpysimon
Tags: password, passwords, user, users, registration, register, force, require, login, user control
Requires at least: 3.2
Tested up to: 5.5
Stable tag: trunk
License: GPL v2 or later
Require users to change their password on first login.
== Description ==
This plugin redirects newly-registered users to the *Admin -> Edit Profile* page when they first log in. Until they have changed their password, they will not be able to access either the front-end or other admin pages. An admin notice is also displayed informing them that they must change their password.
New administrators must also change their password, but as a safety measure they can also access the *Admin -> Plugins* page.
= Translations included =
* Català (Catalan)
* 中文 (Chinese)
* Nederlands (Dutch)
* Français (French)
* Deutsch (German)
* Ελληνικά (Greek)
* Hebrew
* Hindi
* Magyar (Hungarian)
* Italiano (Italian)
* 日本語 (Japanese)
* Khmer
* 한국어 (Korean)
* Lietuvių kalba (Lithuanian)
* македонски јазик (Macedonian)
* Polski (Polish)
* Português do Brasil (Brazilian Portuguese)
* Português (Portuguese)
* Română (Romanian)
* Русский (Russian)
* Español (Spanish)
* Türkçe (Turkish)
New translations are very welcome - please submit them via [WP-Translations](http://wp-translations.org/). This plugin's WP-Translations page is [transifex.com/projects/p/force-password-change](https://www.transifex.com/projects/p/force-password-change/)
== Installation ==
To install directly from your WordPress dashboard:
1. Go to the *Plugins* menu and click *Add New*.
2. Search for *Force Password Change*.
3. Click *Install Now* next to the Force Password Change plugin.
4. Activate the plugin.
Alternatively, see the official WordPress Codex guide to [Manually Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
= Download from GitHub =
You can also download this plugin from GitHub at [https://github.com/lumpysimon/wp-force-password-change](https://github.com/lumpysimon/wp-force-password-change)
== Changelog ==
= 0.6 (16th December 2014) =
* Four new translations: Hebrew, Hindi, Khmer and Lithuanian
* Tested in WordPress 4.1
= 0.5 (22nd April 2014) =
* Lots of translations, all submitted via the [WP-Translations project](http://wp-translations.org/): Catalan, Chinese, Dutch, French, German, Greek, Hungarian, Italian, Japanese, Korean, Macedonian, Polish, Portuguese (Brazil), Portuguese (Portugal), Romanian, Russian, Spanish and Turkish
= 0.4 (7th April 2014) =
* Also force administrators to change their password (thanks to [johnbillion](https://github.com/lumpysimon/wp-force-password-change/pull/1))
* French translation (by Franck Fortineau)
* Tested in WordPress 3.9
= 0.3 (November 2012) =
* Prepare for localisation
= 0.2 (November 2012) =
* Complete rewrite of the updated() function
= 0.1 (November 2012) =
* Initial release