[FIX]Radicale Odoo Auth : let authentication fail, do not raise RuntimeError
This commit is contained in:
parent
17fa3bba0c
commit
f3033e8282
@ -52,5 +52,4 @@ class Auth(BaseAuth):
|
||||
except RPCError as rpcerr:
|
||||
self.logger.error('Login problem for {} on database {}'.format(user, database))
|
||||
self.logger.error(rpcerr)
|
||||
raise RuntimeError(rpcerr)
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user