15003: Merge branch 'master' into 15003-preprocess-config
[arvados.git] / services / api / app / views / user_sessions / create.html.erb
1 <div style="width:30em; margin:2em auto 0 auto">
2   <h1>Login redirect</h1>
3   <p>This login is linked to federated user <b><%= @user.uuid %></b> on cluster <b><%= @user.uuid[0..4] %></b>.</p>
4   <p><a href="<%=@remotehomeurl%>">Click here log in on cluster <%= @user.uuid[0..4] %>.</a></p>
5   <p>After logging in, you will be returned to this cluster (<%=Rails.configuration.ClusterID%>).</p>
6   <p>To avoid seeing this page, choose <b><%= @user.uuid[0..4] %></b> as the cluster that hosts your user account on the Workbench login page.</p>
7 </div>