HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Custom Registration Method
Dislike this (garden/controllers/entry.php)
So I cant change registration method by plugin (need change theme/view)
Maybe add here an event or check for other methods in plugins?
protected function _RegistrationView() {
$RegistrationMethod = Gdn::Config('Garden.Registration.Method');
if (!in_array($RegistrationMethod, array('Closed', 'Basic','Captcha','Approval','Invitation')))
$RegistrationMethod = 'Basic';
return 'Register'.$RegistrationMethod;
}
So I cant change registration method by plugin (need change theme/view)
Maybe add here an event or check for other methods in plugins?
Tagged:
0
Comments