HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Custom Registration Method

SS ✭✭
edited September 2009 in Feedback
Dislike this (garden/controllers/entry.php) 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:

Comments

  • MarkMark Vanilla Staff
    Good point. If you would prefer it done a different way - or you came up with some other workaround, let us know about it and we'll change it in the core.
Sign In or Register to comment.