-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ValidateSession will explicitly check if the user is disabled. Previously, the check was done in the validateToken method, but general check for the disabled user has been moved to the loginInOwncloud method, which requires login that won't happen in the validateSession method. Token will be invalidated if a LoginException happens. New info log added to notify the disabled user in the logs
- Loading branch information
1 parent
989690d
commit b9733ee
Showing
2 changed files
with
66 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters