##// END OF EJS Templates
git: use force fetch and update for target ref. This solves a case...
git: use force fetch and update for target ref. This solves a case when in PRs a target is force updated and is out of sync. Before we used a pull which --ff-only fails obviosly because two are out of sync. This change uses new logic that resets the target branch according to the source target branch allowing smooth merge simulation.

File last commit:

r2656:f7a8197c default
r2784:e8c62649 default
Show More
auth-crowd.rst
15 lines | 436 B | text/x-rst | RstLexer

Crowd

To enable Crowd authentication, use the following steps:

  1. From the |RCM| interface, go to :menuselection:`Admin --> Authentication`
  2. Enable the rhodecode.lib.auth_modules.auth_crowd library and select :guilabel:`Save`
  3. On the Crowd plugin settings section, do the following:
    • Check the :guilabel:`Enable` checkbox
    • Enter your Crowd server settings
    • Select :guilabel:`Save`