ERP5Security: do not hide exceptions in getUserEntry
If exception happens when contacting google server, just propagate it, PAS will handle it.
Showing
-
Owner
PAS only catch a few exceptions, not
socket.timeout
, but anyway catching this exception or not does not make a difference I feel:- if exception is propagated, user sees "timeout" site error
- if exception is catched, user will not be logged in for this request and surely some error will happen
Please register or sign in to comment