]> git.openstreetmap.org Git - rails.git/commit
This is the initial implementation of login via OpenID
authorKai Krueger <kakrueger@gmail.com>
Sun, 10 Jan 2010 17:41:32 +0000 (17:41 +0000)
committerKai Krueger <kakrueger@gmail.com>
Sun, 10 Jan 2010 17:41:32 +0000 (17:41 +0000)
commitca558c692ebecfcf5f7ebb464d4592718f445038
tree228cedf95ccd3aa3278bddb02d7cf346c6604ab4
parent58bb08aba8d55ee1b897f0846688ea642a409e77
This is the initial implementation of login via OpenID

This is the patch presented in trac ticket #2500

With this commit, it is possible to assosciate an openID
to an existing OSM account. Once associated, it is possible
to either login via OpenID, or as always via username and password.

Other aspects, such as account creation and the need for a valid email
are unchanged.
app/controllers/user_controller.rb
app/models/user.rb
app/views/user/account.html.erb
app/views/user/login.html.erb
app/views/user/new.html.erb
config/environment.rb
config/locales/en.yml
db/migrate/049_add_open_id_authentication_tables.rb [new file with mode: 0644]