]> git.openstreetmap.org Git - rails.git/commit
Convert OpenID authentication to generic third party authentication
authorTom Hughes <tom@compton.nu>
Sun, 22 Feb 2015 12:20:04 +0000 (12:20 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 25 Feb 2015 01:07:23 +0000 (01:07 +0000)
commite434cb154c5ccecd7fc0ce672e4de79bd9e7e06f
treeaf2a2f876d60cbbbc490209d3a87b6731f5eed60
parenteaf4b32a7f6bf0cdc47dfc0c8b5ddb3358110ee4
Convert OpenID authentication to generic third party authentication
14 files changed:
app/assets/javascripts/user.js
app/assets/stylesheets/common.scss
app/controllers/user_controller.rb
app/helpers/user_helper.rb
app/models/user.rb
app/views/user/account.html.erb
app/views/user/login.html.erb
app/views/user/new.html.erb
config/locales/en.yml
db/migrate/20150222101847_rename_openid_url.rb [new file with mode: 0644]
db/structure.sql
test/controllers/user_controller_test.rb
test/fixtures/users.yml
test/integration/user_creation_test.rb