summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d4344da)
This ensures we don't try and do any further validation of the
user which might lead to trying to report additional errors.
# self.current_user setup by OAuth
else
report_error t("application.oauth_10a_disabled", :link => t("application.auth_disabled_link")), :forbidden
# self.current_user setup by OAuth
else
report_error t("application.oauth_10a_disabled", :link => t("application.auth_disabled_link")), :forbidden
+ self.current_user = nil
end
else
username, passwd = auth_data # parse from headers
end
else
username, passwd = auth_data # parse from headers