This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
from 742c06645 Merge pull request #447 from spyhunter99/feature/readme
add 0c8f3674c JSPWIKI-1248 adds a new password complexity check mechanism,
measurement of the quantity of characters that have changed
add 33d2669e2 JSPWIKI-1248 after testing on the live server, it was noted
that the default setting is 0 characters must be changed when changing
passwords. so you can keep reusing the same one over and over again. changed to
at least 1.
add 67b7eb213 Merge branch 'master' into feature/JSPWIKI-1248
new 41f88f163 Merge pull request #444 from spyhunter99/feature/JSPWIKI-1248
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/wiki/auth/DefaultUserManager.java | 6 +++-
.../wiki/auth/PasswordComplexityVeriffier.java | 22 +++++++++++++-
.../src/main/resources/CoreResources.properties | 3 +-
.../src/main/resources/CoreResources_de.properties | 1 +
.../src/main/resources/CoreResources_es.properties | 1 +
.../src/main/resources/CoreResources_fi.properties | 1 +
.../src/main/resources/CoreResources_fr.properties | 1 +
.../src/main/resources/CoreResources_it.properties | 1 +
.../src/main/resources/CoreResources_nl.properties | 1 +
.../main/resources/CoreResources_pt_BR.properties | 1 +
.../src/main/resources/CoreResources_ru.properties | 1 +
.../main/resources/CoreResources_zh_CN.properties | 1 +
.../src/main/resources/ini/jspwiki.properties | 3 +-
.../wiki/auth/PasswordComplexityVeriffierTest.java | 34 +++++++++++++++-------
14 files changed, 62 insertions(+), 15 deletions(-)