nextcloud-server/lib/private/Authentication/Token
Joas Schilling 6417ea0265
fix(authentication): Handle null or empty string password hash
This can happen when the auth.storeCryptedPassword config is used,
which previously errored with:
Hasher::verify(): Argument #2 ($hash) must be of type string, null given

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-10 09:18:50 +07:00
..
INamedToken.php Update php licenses 2021-06-04 22:02:41 +07:00
IProvider.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IToken.php Update php licenses 2021-06-04 22:02:41 +07:00
IWipeableToken.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Manager.php composer run cs:fix 2023-01-20 11:45:08 +07:00
PublicKeyToken.php PublickKeyTokenProvider: Fix password update routine with password hash 2023-01-04 08:30:53 +07:00
PublicKeyTokenMapper.php fix(authtoken): Store only one hash for authtokens with the current password per user 2023-02-09 13:44:00 +07:00
PublicKeyTokenProvider.php fix(authentication): Handle null or empty string password hash 2023-02-10 09:18:50 +07:00
RemoteWipe.php composer run cs:fix 2023-01-20 11:45:08 +07:00
TokenCleanupJob.php Add back TokenCleanupJob to invalidate old temporary tokens 2022-08-25 11:31:21 +07:00