Linkin Park Posted December 1, 2011 Posted December 1, 2011 I want to disable account registration on FluxCP. How to make it?
0 CalciumKid Posted December 1, 2011 Posted December 1, 2011 config/access.php 'create' => AccountLevel::UNAUTH, change to: 'create' => AccountLevel::NOONE, 2
Question
Linkin Park
I want to disable account registration on FluxCP. How to make it?
2 answers to this question
Recommended Posts