nextcloud/lib/private/User
Roeland Jago Douma 0c9a3de68f
Just update password hash without validating
Fixes #11097

If your password hash changed (becuse your are on 7.2 and we moved to
ARGON2). Then we shold not 'set a new password' but just update the
hash. As else we invoke the password policy again which might lock out
users.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03 00:37:20 +02:00
..
Backend.php Update license headers 2017-11-06 16:56:19 +01:00
Database.php Just update password hash without validating 2018-10-03 00:37:20 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php Ignore case when sorting users 2018-05-26 12:01:13 +02:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php Update all the publickey tokens if needed on web login 2018-10-02 19:50:54 +02:00
User.php Properly return boolean on enable state 2018-04-09 11:26:26 +02:00