Commit Graph

6 Commits (d97cbb0da60f32c9e7e60445af329173b0df1aa7)

Author SHA1 Message Date
aus-social 1f98eae1cf Lint pass ()
Shuhei Kitagawa 459394a020 Add missing tests for confirmations controller ()
Yamagishi Kazutoshi d10447c3a8 Use raw status code on have_http_status ()
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.
Eugen Rochko 7d7844a47f Default follows for new users ()
When a new user confirms their e-mail, bootstrap their home timeline
by automatically following a set of accounts. By default, all local
admin accounts (that are unlocked). Can be customized by new admin
setting (comma-separated usernames, local and unlocked only)
Akihiko Odaki 7bf2d6cb06 Spec Auth::ConfirmationsController ()