16874: Content of account_is_setup.text.erb uses Users.UserSetupMailText
[arvados.git] / services / api / app / views / user_sessions / create.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <div style="width:40em; margin:2em auto 0 auto">
6   <h1>Login redirect</h1>
7   <p>This login is linked to federated user <b><%= @user.email %></b> (<b><%= @user.uuid %></b>) on cluster <b><%= @user.uuid[0..4] %></b>.  You need to log in again on that cluster.</p>
8   <p>After logging in, you will be returned to this cluster (<b><%=Rails.configuration.ClusterID%></b>).</p>
9   <div style="width: 100%">
10     <div style="float: left"><a href="<%=@remotehomeurl%>">Click here log in on cluster <%= @user.uuid[0..4] %>.</a></div>
11     <div style="float: right"><a href="/logout">Cancel</a></div>
12   </div>
13 </div>