Skip to content
Snippets Groups Projects
Commit 50785f62 authored by echicken's avatar echicken :chicken:
Browse files

Disable web-based user registration by default.

parent eadab0b4
No related branches found
No related tags found
No related merge requests found
......@@ -143,11 +143,11 @@ if (!modopts_web) {
guest : 'Guest',
timeout : 43200,
inactivity : 900,
user_registration : true,
user_registration : false,
minimum_password_length : 6,
maximum_telegram_length : 800,
web_directory : install_dir,
ftelnet : true,
ftelnet : true,
ftelnet_splash : '../text/synch.ans',
keyboard_navigation : false,
vote_functions : true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment