HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Use with Basic registration mode
This discussion is related to the Force Role addon.

A patch for this plugin to make it work with Basic registration mode. Tested with Vanilla 2.0.18.11.
Insert the following lines at line numeber 131 in class.registrationrole.plugin.php.
case 'RegisterBasic':
$Sender->View=$this->GetView('registerbasic.php');
break;
The following file, named registerbasic.php, needs to be added to the views directory of this plugin.
1