Topic: allowing the administrator only to register new users
I've set the allow new registration option to no... but now not even admin can make new user registrations.
Does a solution exits that would allow admin to do this?
many thanks
Unfortunately no one can be told what FluxBB is - you have to see it for yourself.
You are not logged in. Please login or register.
FluxBB.org Forums » General support (1.2) » allowing the administrator only to register new users
I've set the allow new registration option to no... but now not even admin can make new user registrations.
Does a solution exits that would allow admin to do this?
many thanks
worked it out myself - does this look ok to others or have I opened myself up to problems...
line 31 change to
if (!$pun_user['is_guest'] && $pun_user['username'] != 'admin')
line 44 change to
if ($pun_config['o_regs_allow'] == '0' && $pun_user['username'] != 'admin')
comment out lines 83 to 87 if not only 1 reg per hour will be allowed
Here is a link the user management plugin. May be useful for you.
Or just disable registration and use the user management plugin
Thanks for the help.
Installed user management plugin now
FluxBB.org Forums » General support (1.2) » allowing the administrator only to register new users
Powered by FluxBB
[ Generated in 0.014 seconds, 9 queries executed ]