nextcloud/lib/private/Authentication
Roeland Jago Douma 87a66c8675
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-04 09:18:00 +02:00
..
Events Update license headers 2019-12-05 15:38:45 +01:00
Exceptions Update license headers 2019-12-05 15:38:45 +01:00
Listeners Fix app password updating out of bounds 2020-09-04 09:18:00 +02:00
Login Update license headers 2019-12-05 15:38:45 +01:00
LoginCredentials Return correct loginname in credentials, 2020-06-20 11:52:42 +02:00
Notifications Update license headers 2019-12-05 15:38:45 +01:00
Token Fix app password updating out of bounds 2020-09-04 09:18:00 +02:00
TwoFactorAuth Clean up 2FA provider registry when a user is deleted 2020-01-09 10:35:04 +00:00