Rework the login method to make it a bit clearer

This commit is contained in:
Tom Hughes 2010-05-10 14:02:48 +01:00
parent 7ac2f27e64
commit 9b8e28f24b
3 changed files with 124 additions and 108 deletions

View file

@ -9,7 +9,7 @@ module UserHelper
nil,
:title => t("user.login.openid_providers.#{name}.title")
) do |page|
page[:login_form][:user_openid_url][:value] = url
page[:login_form][:openid_url][:value] = url
page[:login_form].submit()
end
end