Commit 0a1fe7f5 authored by woogerboy21's avatar woogerboy21
Browse files

Requested Cleanup

Corrected tab to 4 space (per request)
Moved regonly option under authentication ini location (per request)
parent d246fa39
......@@ -262,8 +262,8 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
QMessageBox::critical(this, tr("Error"), tr("Invalid username."));
break;
case Response::RespRegistrationRequired:
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
break;
QMessageBox::critical(this, tr("Error"), tr("This server requires user registration."));
break;
default:
QMessageBox::critical(this, tr("Error"), tr("Unknown login error: %1").arg(static_cast<int>(r)));
}
......
This diff is collapsed.
This diff is collapsed.
......@@ -7,7 +7,6 @@ id=1
number_pools=1
writelog=1
logfilters=""
regonly=0
[servernetwork]
active=0
......@@ -17,6 +16,7 @@ ssl_key=ssl_key.pem
[authentication]
method=none
regonly=0
[database]
type=none
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment