mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Add Sunstone login for remote auth
(cherry picked from commit 3aa06894fa341215fb1d049e8e9c59fdc41f4422)
This commit is contained in:
parent
eff0e0d68e
commit
a8f9fd38fc
@ -19,7 +19,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<% 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 @@
|
||||
.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user