diff --git a/src/sunstone/views/login.erb b/src/sunstone/views/login.erb index 4076103bc3..85e164b60d 100644 --- a/src/sunstone/views/login.erb +++ b/src/sunstone/views/login.erb @@ -19,7 +19,7 @@ - <% if settings.config[:auth] == "x509" %> + <% if (settings.config[:auth] == "x509") || (settings.config[:auth] == "remote") %> <%= erb :_login_x509 %> <% else %> <%= erb :_login_standard %> @@ -32,4 +32,4 @@ . - \ No newline at end of file +