[FIX]Radicale Odoo Auth : let authentication fail, do not raise RuntimeError

This commit is contained in:
Fabien BOURGEOIS 2018-05-10 14:51:45 +02:00
parent 17fa3bba0c
commit f3033e8282
1 changed files with 0 additions and 1 deletions

View File

@ -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