From 6ab1bddd824bf76a87edf7386f10c2284b479a44 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Thu, 6 Nov 2014 12:51:39 +0100 Subject: [PATCH] Use the correct URL for the ichain login --- app/views/layouts/_navigation.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index a5bf261a..2c8d937d 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -43,7 +43,7 @@ %span.caret .dropdown-menu{:style => "padding: 17px;"} - if CONFIG['authentication']['ichain']['enabled'] - = form_tag new_user_ichain_session_path do + = form_tag User.ichain_login_url do = text_field_tag 'username', nil, id: 'user_ichain_email_dd' = password_field_tag 'password', nil, id: 'user_ichain_password_dd' %button.btn.btn-success.btn-block Sign in