]> cat aescling's git repositories - mastodon.git/commit
Change CAPTCHA handling to be only on email verification
authorClaire <claire.github-309c@sitedethib.com>
Tue, 25 Jan 2022 22:56:57 +0000 (23:56 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 25 Jan 2022 22:56:57 +0000 (23:56 +0100)
commitb7cf3941b3783220e6b3bc9a6d3975ceecdc64cb
tree3b4b0bcfff51232ec9dd0d05a9a053194877ffa7
parent0fb907441c827cadc767641b29d5d2c0e554f7a4
Change CAPTCHA handling to be only on email verification

This simplifies the implementation considerably, and while not providing
ideal UX, it's the most flexible approach.
14 files changed:
app/controllers/about_controller.rb
app/controllers/api/v1/accounts_controller.rb
app/controllers/auth/confirmations_controller.rb
app/controllers/auth/registrations_controller.rb
app/controllers/concerns/captcha_concern.rb
app/models/form/admin_settings.rb
app/serializers/rest/instance_serializer.rb
app/views/about/_registration.html.haml
app/views/admin/settings/edit.html.haml
app/views/auth/confirmations/captcha.html.haml
app/views/auth/registrations/new.html.haml
config/locales-glitch/en.yml
config/settings.yml
spec/views/about/show.html.haml_spec.rb