What I mean with that part is: I use just bbp_set_user_role( $bbpres_user_id, “bbp_blocked” ); on a function with add_action (‘init’.
If I use only bbp_set_user_role it seems it does change in the select tag and make the bbp_blocked the selected one but in the front page the html show to old one in the select field. If I get out of the user page and re-enter is fixed, this occur in the admin page.
Yes I have access to the DataBase.