From 367907eab285155f1f080b8bbda0c43c8709a9f4 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Thu, 18 Aug 2011 13:00:14 +0200 Subject: [PATCH] enable new password when only 'database' is available as authentication type --- app/views/preferences/_authentication.html.erb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/preferences/_authentication.html.erb b/app/views/preferences/_authentication.html.erb index 64afc8e77..3bc89215f 100644 --- a/app/views/preferences/_authentication.html.erb +++ b/app/views/preferences/_authentication.html.erb @@ -21,17 +21,17 @@ <% Tracks::Config.auth_schemes.each do |scheme| %> <%= radio_button_tag('user[auth_type]', scheme, current_user.auth_type == scheme) %><%=scheme%>
<% end %> +<% end %> -
+
-
-
- -
+
+
+ +
-
- <%= render :partial => 'users/update_password' %> -
+
+ <%= render :partial => 'users/update_password' %> +
-<% end %>