]> git.mxchange.org Git - juser-activity-core.git/commit
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Wed, 3 Aug 2016 11:03:59 +0000 (13:03 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 3 Aug 2016 12:33:25 +0000 (14:33 +0200)
commit67350e02b67463ebbb9505ba83d43e47bfdbd1e7
treedd8493c6977134d4d44b464c45fb2f44283f28ed
parent288bf4c4e9b79af66810b8d18428000506049271
Continued a bit:
- introduced ifPasswordMatches (String, User) which checks the unencrypted (direct) password against user's password
- this can be used if no login container (only used for login step) is available (e.g. when the user changes password)
src/org/mxchange/jusercore/model/user/UserUtils.java
src/org/mxchange/jusercore/model/user/password_history/UserPasswordHistory.java