]> source.dussan.org Git - redmine.git/commit
Added a system setting for allowing OpenID logins and registrations
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 11 Feb 2009 19:24:28 +0000 (19:24 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 11 Feb 2009 19:24:28 +0000 (19:24 +0000)
commit8d53e433c55bef27f6da1e80e61b762115726e78
tree23b33e6763b4e9429dfdce1361777148f38883ea
parent85ad791d815ce197b381b42fcd1503ecef0d34f5
Added a system setting for allowing OpenID logins and registrations

* Defaults to off
* Is set in the Administration panel under Authentication

  #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2449 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/account_controller.rb
app/views/account/login.rhtml
app/views/account/register.rhtml
app/views/settings/_authentication.rhtml
app/views/users/_form.rhtml
config/settings.yml
lang/en.yml
test/functional/account_controller_test.rb