Add LDAP logins and password resets, config, etc.
This commit is contained in:
@@ -10,6 +10,17 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Kosmos Accounts</h1>
|
||||
<% if user_signed_in? %>
|
||||
<p>
|
||||
Signed in as <strong><%= current_user.cn %>@kosmos.org</strong>.
|
||||
<%= link_to "Log out", destroy_user_session_path, method: :delete %>
|
||||
</p>
|
||||
<% flash.each do |type, msg| %>
|
||||
<p><%= msg %></p>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user