MyBB Community Forums

Full Version: Registration set to "off" but registration is possible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
i set in: User Registration and Profile Options
Disable Registrations
Allows you to turn off the capability for users to register. to Yes

but a user was able to registrate.
i could hit in the server-log-file the mail-stamp to that user.

do i missunderstand the function or is there other things to do?

thank you
Works fine overhere;
Sorry but you cannot register at this time because the administrator has disabled new account registrations.

Can you double check if the setting is set to 'yes' ? Your settings.php CHMOD'd 777 ?
yes...double checked
(mybb 1.2.13)
set reg ton on | no error | shows in acp No
set reg to off | no error | shows in acp Yes

Settings.php chmod 0755
my file:
<?php
/*********************************\
DO NOT EDIT THIS FILE, PLEASE USE
THE SETTINGS EDITOR
\*********************************/

$settings['load'] = "0";
$settings['adminemail'] = "[email protected]";
$settings['extraadmininfo'] = "yes";
$settings['pmsallowhtml'] = "no";
$settings['sightml'] = "no";
$settings['pmsallowmycode'] = "yes";
$settings['sigmycode'] = "yes";
$settings['pmsallowsmilies'] = "yes";
$settings['sigsmilies'] = "yes";
$settings['pmsallowimgcode'] = "yes";
$settings['sigimgcode'] = "yes";
$settings['subscribeexcerpt'] = "100";
$settings['announcementlimit'] = "2";
$settings['attachthumbh'] = "60";
$settings['attachthumbw'] = "60";
$settings['avatardir'] = "images/avatars";
$settings['avataruploadpath'] = "./uploads/avatars";
$settings['bannedemails'] = "";
$settings['bannedips'] = "";
$settings['bannedusernames'] = "";
$settings['boardclosed'] = "no";
$settings['boardclosed_reason'] = "These forums are currently closed for maintenance. Please check back later.";
$settings['bbname'] = "Forums";
$settings['bburl'] = "http://blabla/vhosts/cool/mybb";
$settings['captchaimage'] = "on";
$settings['smilieinserter'] = "on";
$settings['contactlink'] = "mailto:[email protected]";
$settings['cplanguage'] = "english";
$settings['cpstyle'] = "Axiom";
$settings['cookiedomain'] = "";
$settings['cookiepath'] = "/";
$settings['cssmedium'] = "db";
$settings['customtitlemaxlength'] = "40";
$settings['wolcutoffmins'] = "15";
$settings['dateformat'] = "m-d-Y";
$settings['dstcorrection'] = "no";
$settings['decpoint'] = ".";
$settings['bblanguage'] = "english";
$settings['default_memberlist_sortby'] = "regdate";
$settings['default_memberlist_order'] = "ASC";
$settings['timezoneoffset'] = "+10";
$settings['disableregs'] = "no";
$settings['failedlogintext'] = "yes";
$settings['edittimelimit'] = "0";
$settings['enablecalendar'] = "yes";
$settings['enableforumjump'] = "yes";
$settings['enablememberlist'] = "yes";
$settings['enablepms'] = "yes";
$settings['enablereputation'] = "yes";
$settings['portal_announcementsfid'] = "1";
$settings['modlist'] = "on";
$settings['redirects'] = "on";
$settings['gziplevel'] = "4";
$settings['searchhardlimit'] = "0";
$settings['hideprivateforums'] = "yes";
$settings['homename'] = "Your Website";
$settings['homeurl'] = "http://blabla/vhosts/cool";
$settings['siglength'] = "255";
$settings['logip'] = "hide";
$settings['avatarsize'] = "10";
$settings['maxattachments'] = "5";
$settings['maxavatardims'] = "100x100";
$settings['maxpostimages'] = "10";
$settings['maxmessagelength'] = "0";
$settings['maxsigimages'] = "2";
$settings['maxpolloptions'] = "10";
$settings['maxpasswordlength'] = "30";
$settings['polloptionlimit'] = "250";
$settings['maxposts'] = "0";
$settings['maxregsbetweentime'] = "2";
$settings['maxnamelength'] = "30";
$settings['membersperpage'] = "20";
$settings['minmessagelength'] = "5";
$settings['minpasswordlength'] = "6";
$settings['minsearchword'] = "0";
$settings['minnamelength'] = "3";
$settings['sigcountmycode'] = "yes";
$settings['smilieinsertercols'] = "4";
$settings['smilieinsertertot'] = "20";
$settings['portal_numannouncements'] = "10";
$settings['wordwrap'] = "80";
$settings['portal_showdiscussionsnum'] = "10";
$settings['failedlogincount'] = "3";
$settings['tplhtmlcomments'] = "yes";
$settings['postfloodcheck'] = "on";
$settings['postfloodsecs'] = "60";
$settings['postsperpage'] = "10";
$settings['privateeventcolor'] = "red";
$settings['publiceventcolor'] = "green";
$settings['threadreadcut'] = "7";
$settings['refreshwol'] = "yes";
$settings['regdateformat'] = "M Y";
$settings['regtype'] = "verify";
$settings['hottopic'] = "20";
$settings['reportmethod'] = "db";
$settings['repsperpage'] = "15";
$settings['searchfloodtime'] = "60";
$settings['searchtype'] = "standard";
$settings['nocacheheaders'] = "no";
$settings['standardheaders'] = "no";
$settings['showteamleaders'] = "yes";
$settings['showeditedbyadmin'] = "yes";
$settings['showeditedby'] = "yes";
$settings['showsimilarthreads'] = "no";
$settings['attachthumbnails'] = "yes";
$settings['showdescriptions'] = "yes";
$settings['portal_showstats'] = "yes";
$settings['portal_showdiscussions'] = "yes";
$settings['multiquote'] = "on";
$settings['quickreply'] = "on";
$settings['portal_showsearch'] = "yes";
$settings['showindexstats'] = "yes";
$settings['subforumsstatusicons'] = "yes";
$settings['portal_showpms'] = "yes";
$settings['portal_showwelcome'] = "yes";
$settings['showbirthdays'] = "yes";
$settings['showvernum'] = "off";
$settings['portal_showwol'] = "yes";
$settings['showwol'] = "yes";
$settings['similarlimit'] = "10";
$settings['similarityrating'] = "1";
$settings['statslimit'] = "15";
$settings['subforumsindex'] = "2";
$settings['thousandssep'] = ",";
$settings['threadsperpage'] = "20";
$settings['failedlogintime'] = "15";
$settings['betweenregstime'] = "24";
$settings['timeformat'] = "h:i A";
$settings['uploadspath'] = "./uploads";
$settings['dotfolders'] = "yes";
$settings['gzipoutput'] = "yes";
$settings['useshutdownfunc'] = "yes";
$settings['usereferrals'] = "yes";
$settings['threadusenetstyle'] = "no";
$settings['userpppoptions'] = "5,10,20,25,30,40,50";
$settings['usertppoptions'] = "10,20,25,30,40,50";
$settings['browsingthisforum'] = "on";
$settings['emailkeep'] = "no";
$settings['hottopicviews'] = "150";

?>
But Disable Registrations is still set at 'no' =P
$settings['disableregs'] = "no";
CHMOD 777.
ok,
then we have bug in acp it should notify if the file has not write permissions

thank you!
77SunSetStreet Wrote:ok,
then we have bug in acp it should notify if the file has not write permissions

thank you!

That's a really good idea. Too often we have bugs related to improper chmods.