view .svn/pristine/aa/aa5fa7df3d91739b6bac9d62c91f04e7ca038236.svn-base @ 1478:5ca1f4a47171 bibplugin_db_migrations

Close obsolete branch bibplugin_db_migrations
author Chris Cannam
date Fri, 30 Nov 2012 14:40:50 +0000
parents cbb26bc654de
children
line wrap: on
line source
<% if @user.auth_source %>
<p><%= l(:mail_body_account_information_external, h(@user.auth_source.name)) %></p>
<% else %>
<p><%= l(:mail_body_account_information) %>:</p>
<ul>
    <li><%= l(:field_login) %>: <%=h @user.login %></li>
    <li><%= l(:field_password) %>: <%=h @password %></li>
</ul>
<% end %>

<p><%= l(:label_login) %>: <%= auto_link(@login_url) %></p>