]> git.openstreetmap.org Git - rails.git/commit
Remove default enabling of gravatar, check on initial confirmation of e-mail address...
authorSimon Poole <simon@mail.poole.ch>
Tue, 18 Aug 2015 20:45:16 +0000 (22:45 +0200)
committerSimon Poole <simon@poole.ch>
Tue, 16 Aug 2016 19:42:02 +0000 (21:42 +0200)
commit05cd781b255a55202757d78292e6f484bc2d4837
treea25e0a728e9e4ad3f06a0c58d74c170d2ee6777a
parent224252fd838abfd7b1ec004080776f15a59d29f9
Remove default enabling of gravatar, check on initial confirmation of e-mail address and on any changes afterward if
a gravatar exists and enable then if the user hasn't uploaded a picture.
app/controllers/user_controller.rb
config/locales/en.yml
db/migrate/20131029121300_set_default_gravatar_to_false_for_privacy.rb [new file with mode: 0644]
test/controllers/user_controller_test.rb