##// END OF EJS Templates
user-groups: make the group sync help text explain more what group sync does
marcink -
r1739:6691e42c default
parent child Browse files
Show More
@@ -34,7 +34,6 b''
34 % if sync_type:
34 % if sync_type:
35 <p>
35 <p>
36 ${_('This group is set to be automatically synchronised.')}<br/>
36 ${_('This group is set to be automatically synchronised.')}<br/>
37 ${_('Each member will be added or removed from this groups once they interact with RhodeCode system.')}<br/>
38 ${_('This group synchronization was set by')}: <strong>${sync_type}</strong>
37 ${_('This group synchronization was set by')}: <strong>${sync_type}</strong>
39 </p>
38 </p>
40 % else:
39 % else:
@@ -56,11 +55,8 b''
56 </div>
55 </div>
57 <div class="field">
56 <div class="field">
58 <span class="help-block">
57 <span class="help-block">
59 %if sync_type:
58 ${_('Users will be added or removed from this group when they authenticate with RhodeCode system, based on LDAP group membership. '
60 ${_('User group will no longer synchronize membership')}
59 'This requires `LDAP+User group` authentication plugin to be configured and enabled. (EE only feature)')}
61 %else:
62 ${_('User group will start to synchronize membership')}
63 %endif
64 </span>
60 </span>
65 </div>
61 </div>
66 ${h.end_form()}
62 ${h.end_form()}
General Comments 0
You need to be logged in to leave comments. Login now