##// END OF EJS Templates
comments: fix extracing auth_user from the passed in objects. Before if auth_user is empty we could relly on INT or STR passed in
comments: fix extracing auth_user from the passed in objects. Before if auth_user is empty we could relly on INT or STR passed in

File last commit:

r2656:f7a8197c default
r3026:71b96937 stable
Show More
auth.rst
32 lines | 901 B | text/x-rst | RstLexer

Authentication Options

|RCE| provides a built in authentication against its own database. This is implemented using rhodecode.lib.auth_rhodecode plugin. This plugin is enabled by default. Additionally, |RCE| provides a Pluggable Authentication System. This gives the administrator greater control over how users authenticate with the system.

Important

You can disable the built in |RCM| authentication plugin rhodecode.lib.auth_rhodecode and force all authentication to go through your authentication plugin of choice e.g LDAP only. However, if you do this, and your external authentication tools fails, you will be unable to access |RCM|.

|RCM| comes with the following user authentication management plugins: