Home
last modified time | relevance | path

Searched +full:inherit +full:user +full:registration +(+path:plugin +path:farmer) -(+path:plugin +path:farmer +path:lang) (Results 1 – 1 of 1) sorted by relevance

/plugin/farmer/admin/
H A Dnew.php91 if ($farmconfig['inherit']['main']) {
92 $form->addRadioButton('allowreg', $this->getLang('inherit user registration'))
93 ->val('inherit')
95 $form->addRadioButton('allowreg', $this->getLang('enable user registration'))
97 $form->addRadioButton('allowreg', $this->getLang('disable user registration'))
110 if ($farmconfig['inherit']['user
[all...]