Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --- Auth.php 2018-11-16 12:16:03.313572000 -0600
  2. +++ Auth.php.new 2018-11-16 12:18:59.577572000 -0600
  3. @@ -118,6 +118,8 @@
  4. * @throws PasswordLoginForbidden
  5. */
  6. protected function validateUserPass($username, $password) {
  7. + // always disable WebDAV - removed the 'return false' line to re-enable - if you remove this line, disable the cron job checking for it
  8. + return false;
  9. if ($this->userSession->isLoggedIn() &&
  10. $this->isDavAuthenticated($this->userSession->getUser()->getUID())
  11. ) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement