0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-09 05:56:59 +00:00
mastodon/spec/controllers/auth
Patrick Figel 5ec25ff3e1 Fix email confirmation link not updating email ()
A change introduced in  prevents
`Devise::Models::Confirmable#confirm` from being called for existing
users, which in turn leads to `email` not being set to
`unconfirmed_email`, breaking email updates. This also adds a test
that would've caught this issue.
2018-01-05 00:15:35 +01:00
..
confirmations_controller_spec.rb Fix email confirmation link not updating email () 2018-01-05 00:15:35 +01:00
passwords_controller_spec.rb
registrations_controller_spec.rb
sessions_controller_spec.rb