nextcloud/lib/private/Authentication
Roeland Jago Douma 0452877a67
Fix app password updating out of bounds
When your password changes out of bounds your Nextcloud tokens will
become invalid. There is no real way around that. However we should make
sure that if you successfully log in again your passwords are all
updates

* Added event listener to the PostLoggedInEvent so that we can act on it
  - Only if it is not a token login
* Make sure that we actually reset the invalid state when we update a
  token. Else it keeps being marked invalid and thus not used.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-03 21:13:36 +02:00
..
Events Update license headers for 19 2020-04-29 11:57:22 +02:00
Exceptions Improve traces of invalid token exceptions 2020-05-27 09:21:47 +02:00
Listeners Fix app password updating out of bounds 2020-09-03 21:13:36 +02:00
Login Update license headers for 19 2020-04-29 11:57:22 +02:00
LoginCredentials Return correct loginname in credentials, 2020-08-20 16:02:22 +02:00
Notifications Update license headers 2019-12-05 15:38:45 +01:00
Token Fix app password updating out of bounds 2020-09-03 21:13:36 +02:00
TwoFactorAuth Emit an event for every disabled 2FA provider during cleanup 2020-06-16 14:38:33 +02:00
WebAuthn Discourage webauthn user interaction 2020-07-16 21:10:07 +02:00