@@ -18,10 +18,10 @@ Password changes for frontend users can be enforced and passwords can expire aft
1818* Change password plugin
1919* Validates the password against the TYPO3 password policies for frontend users
2020* Force password change for frontend users
21- * Redirect to configured page when password change is required
22- * Password expiration after a configurable amount of days
23- * Optional require the current password in order to change the password
24- * Optional require a change password code, which is sent to the users email address, in order to change the password
21+ * Redirect to a configured page when password change is required
22+ * Password expiration after a configurable number of days
23+ * Optional requires the current password to change the password
24+ * Optional requires a change password code, which is sent to the users email address, to change the password
2525
2626## Screenshot
2727
@@ -37,7 +37,7 @@ a weak password.
3737
38382 ) Add the site set "Change password for frontend users" to your site
3939
40- 3 ) Create a new page and make sure, that the page is only visible to logged in frontend users.
40+ 3 ) Create a new page and make sure that the page is only visible to logged in frontend users.
4141
42424 ) Add the Plugin "Change Frontend User Password" to the page created in step 2
4343
@@ -46,7 +46,7 @@ a weak password.
4646
47476 ) Change TypoScript settings to your needs.
4848
49- 7 ) Optionally change the path to the extension templates in TypoScript and modify the templates to your needs.
49+ 7 ) Optionally, change the path to the extension templates in TypoScript and modify the templates to your needs.
5050
5151## New fe_user fields
5252
@@ -123,7 +123,7 @@ override for the `ChangePasswordCode` template.
123123
124124### No password hashing service
125125
126- The extension will not save a users password, if it can not be hashed. If this scenario occurs,
126+ The extension will not save a user password if it cannot be hashed. If this scenario occurs,
127127the following exception is shown:
128128
129129` No secure password hashing service could be initialized. Please check your TYPO3 system configuration `
@@ -159,8 +159,9 @@ use this event to add the data to the `ContextData` DTO.
159159
160160| Version | TYPO3 | PHP | Support/Development |
161161| ---------| ------------| -----------| --------------------------------------|
162- | 5.x | 13.4 | 8.2 - 8.4 | Features, Bugfixes, Security Updates |
163- | 4.x | 12.4 | 8.1 - 8.4 | Features, Bugfixes, Security Updates |
162+ | 6.x | 14.3 | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
163+ | 5.x | 13.4 | 8.2 - 8.5 | Features, Bugfixes, Security Updates |
164+ | 4.x | 12.4 | 8.1 - 8.4 | Bugfixes, Security Updates |
164165| 3.x | 11.5 | 7.4 - 8.3 | Security Updates |
165166| 2.x | 9.5 - 10.4 | 7.2 - 7.4 | Support dropped |
166167| 1.x | 8.7 - 9.5 | 7.0 - 7.3 | Support dropped |
@@ -205,7 +206,7 @@ policy is used for password validation.
205206### Version 3.0.0
206207
207208* Dropped TYPO3 9.5 and 10.4 compatibility.
208- * Changed file extension für TypoScript files to ` .typoscript `
209+ * Changed file extension for TypoScript files to ` .typoscript `
209210* Replaced signal slot with PSR-14 event
210211
211212### Version 2.0.0
0 commit comments