@@ -348,9 +348,10 @@ function cern_integration_form_shib_auth_edit_rule_alter(&$form, &$form_state, $
$txt="<b>Note: <em>ALWAYS</em> enclose regexp in '^$' to limit possible matches !</b> (example: '^some-e-group-at-cern$')";
$form['shib_auth_new_regexp']['#prefix']=t($txt);
$txt="<b>Note:</b> If a role is set as 'Sticky' it will be granted to user even if that user is removed from corresponding e-group. Non-sticky roles are not visible in user attributes.";
$form['shib_auth_new_sticky']['#prefix']=t($txt);
//$txt ="<b>Note:</b> If a role is set as 'Sticky' it will be granted to user even if that user is removed from corresponding e-group. Non-sticky roles are not visible in user attributes.";
@@ -361,8 +362,10 @@ function cern_integration_form_shib_auth_new_rule_alter(&$form, &$form_state, $f
$txt="<b>Note: <em>ALWAYS</em> enclose regexp in '^$' to limit possible matches !</b> (example: '^some-e-group-at-cern$')";
$form['shib_auth_new_regexp']['#prefix']=t($txt);
$txt="<b>Note:</b> If a role is set as 'Sticky' it will be granted to user even if that user is removed from corresponding e-group. Non-sticky roles are not visible in user attributes.";
$form['shib_auth_new_sticky']['#prefix']=t($txt);
//$txt ="<b>Note:</b> If a role is set as 'Sticky' it will be granted to user even if that user is removed from corresponding e-group. Non-sticky roles are not visible in user attributes.";