nextcloud-server/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
Exceptions
Listeners Fix app password updating out of bounds 2020-09-03 21:13:36 +02:00
Login
LoginCredentials Return correct loginname in credentials, 2020-08-20 16:02:22 +02:00
Notifications
Token Fix app password updating out of bounds 2020-09-03 21:13:36 +02:00
TwoFactorAuth
WebAuthn Discourage webauthn user interaction 2020-07-16 21:10:07 +02:00