server-tools/auth_from_http_remote_user/controllers
Laurent Mignon (aka lmi) 436ffcd53f If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page)
If the uid in the session is not the same as the one from the binded HTTP_REMOTE_USER, always logout to clean up the session
2014-08-04 16:42:02 +02:00
..
__init__.py port auth_from_http_remote_user to 8.0 2014-07-30 10:23:52 +02:00
main.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00