# HG changeset patch # User Marcin Kuzminski # Date 2017-05-11 09:20:46 # Node ID 6691e42cb8e8dd86ef80618b795ead15f3faf8a1 # Parent 4d2afefb9a2f9dc0a83f16e108612dc34d799ca7 user-groups: make the group sync help text explain more what group sync does diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako b/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako --- a/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako +++ b/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako @@ -34,7 +34,6 @@ % if sync_type:

${_('This group is set to be automatically synchronised.')}
- ${_('Each member will be added or removed from this groups once they interact with RhodeCode system.')}
${_('This group synchronization was set by')}: ${sync_type}

% else: @@ -56,11 +55,8 @@
- %if sync_type: - ${_('User group will no longer synchronize membership')} - %else: - ${_('User group will start to synchronize membership')} - %endif + ${_('Users will be added or removed from this group when they authenticate with RhodeCode system, based on LDAP group membership. ' + 'This requires `LDAP+User group` authentication plugin to be configured and enabled. (EE only feature)')}
${h.end_form()}