#5897
Vladimir
Keymaster

URE protects by default ‘administrator’ role and users with ‘administrator’ role from each other. You may switch off this protection using filter:


add_filter('ure_supress_administrators_protection', 'ure_supress_administrators_protection', 10);
function ure_supress_administrators_protection() {

  return true;
}