Commit 80e666bb authored by Ad Schellevis's avatar Ad Schellevis

(auth, legacy) rename "Local Auth" => "local"

parent 95dc50c2
...@@ -661,7 +661,7 @@ function auth_get_authserver($name) { ...@@ -661,7 +661,7 @@ function auth_get_authserver($name) {
if ($name == "Local Database") { if ($name == "Local Database") {
return array( return array(
"name" => gettext("Local Database"), "name" => gettext("Local Database"),
"type" => "Local Auth", "type" => "local",
"host" => $config['system']['hostname'] "host" => $config['system']['hostname']
); );
} }
...@@ -708,7 +708,7 @@ function auth_get_authserver_list() { ...@@ -708,7 +708,7 @@ function auth_get_authserver_list() {
} }
} }
$list["Local Database"] = array( "name" => gettext("Local Database"), "type" => "Local Auth", "host" => $config['system']['hostname']); $list["Local Database"] = array( "name" => gettext("Local Database"), "type" => "local", "host" => $config['system']['hostname']);
return $list; return $list;
} }
......
Markdown is supported
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