##// 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 34 % if sync_type:
35 35 <p>
36 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 37 ${_('This group synchronization was set by')}: <strong>${sync_type}</strong>
39 38 </p>
40 39 % else:
@@ -56,11 +55,8 b''
56 55 </div>
57 56 <div class="field">
58 57 <span class="help-block">
59 %if sync_type:
60 ${_('User group will no longer synchronize membership')}
61 %else:
62 ${_('User group will start to synchronize membership')}
63 %endif
58 ${_('Users will be added or removed from this group when they authenticate with RhodeCode system, based on LDAP group membership. '
59 'This requires `LDAP+User group` authentication plugin to be configured and enabled. (EE only feature)')}
64 60 </span>
65 61 </div>
66 62 ${h.end_form()}
General Comments 0
You need to be logged in to leave comments. Login now