User Roles Settings bug
-
Hello,
I’m using WP Cassify 1.7.5.
I try to set a role to new user after CAS authenticaition (using “user role settings”) but it fails : no role set to the user even if the rule is ok.
I think I found 2 mistakes in wp_cassify_plugin.php :
1. Line 340, the role should be subscriber and not suscriber
2. Because a user can have only one role (by default), I think
$this->wp_cassify_get_roles_to_push( $cas_user_datas, $wp_cassify_user_role_rules );
should be used afterarray_push( $roles_to_push, 'subscriber' );
Thank you,
Vincent.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘User Roles Settings bug’ is closed to new replies.