Skip to content

History / How To: Add :confirmable to Users

Revisions

  • Fix wording for clarity in "email update" paragraph

    @goulvench goulvench committed Mar 12, 2021
  • Describe how to allow users to log in while not confirmed

    @gustavo-iha gustavo-iha committed Jul 20, 2020
  • Change order of method calls in rollback

    @gustavo-iha gustavo-iha committed Jul 20, 2020
  • Suggest - Make deleting index explicit in confirmable migration

    @gustavo-iha gustavo-iha committed Jul 20, 2020
  • Updated How To: Add :confirmable to Users (markdown)

    @shime shime committed Jun 16, 2020
  • Add section about skip_reconfirmation! to force update the email without reconfirmation

    @julienbourdeau julienbourdeau committed Apr 23, 2020
  • Updated How To: Add :confirmable to Users (markdown)

    @dawidlenkiewicz dawidlenkiewicz committed Oct 9, 2018
  • I did this change as I assumed Devise signs in the user after successful confirmation but this is not the case. I think by adding the information to let readers know about explicitly signing in the user will help them. Thanks

    @junaid211 junaid211 committed Aug 15, 2018
  • Updated How To: Add :confirmable to Users (markdown)

    @lanakushnir lanakushnir committed Mar 22, 2018
  • Updated How To: Add :confirmable to Users (markdown)

    @lanakushnir lanakushnir committed Mar 22, 2018
  • Removed needless comments. Now works with sqlite and others using ActiveRecord method

    @mresong mresong committed Jul 26, 2017
  • Prior broke on sqlite, switched to using ActiveRecord approach instead

    @mresong mresong committed Jul 26, 2017
  • Updated How To: Add :confirmable to Users (markdown)

    @MehmetBal MehmetBal committed Jul 8, 2017
  • Using rails instead of rake for db:migrate command.

    @javs-perez javs-perez committed May 22, 2017
  • revising text for clarification

    @ryleto ryleto committed Aug 16, 2016
  • Fix "Redirecting user" session

    @bernardobarreto bernardobarreto committed Aug 4, 2016
  • Clarifies the need for the `config.reconfirmable` setting. Points to one more step: configuring the mailer.

    Maud de Vries committed Jan 19, 2016
  • clarifying that this assumes the auth model/table is user/s

    @siruguri siruguri committed Dec 20, 2015
  • Updated How To: Add :confirmable to Users (markdown)

    @jackyzhai jackyzhai committed Dec 20, 2015
  • Add explanation on how to redirect user after confirmation

    @mdh mdh committed Sep 30, 2015
  • Add some alternatives when `confirmed_at = NOW()` is not working on SQLite.

    @MitsunChieh MitsunChieh committed May 21, 2015
  • Use raw SQL for setting confirmed_at rather than referencing User class

    @quainjn quainjn committed Feb 2, 2015
  • for newbies like myself: restart the server after db migrate

    @bodaonline bodaonline committed Jan 28, 2015
  • Fix typo (with s/b will)

    @audionerd audionerd committed Dec 18, 2014
  • The existing code creates an app/views/confirmable/ with all the devise templates in.

    @iHiD iHiD committed Nov 27, 2014
  • User new hash syntax

    @vipulnsward vipulnsward committed Oct 21, 2014
  • at least in rails 4, self.up and self.down don't make the actual migration

    hugomarisco committed Oct 4, 2014
  • wrong class name of migration. Fixed

    @kzonov kzonov committed May 7, 2014
  • Updated How To: Add :confirmable to Users (markdown)

    @kevincobain2000 kevincobain2000 committed Mar 30, 2014
  • Updated How To: Add :confirmable to Users (markdown)

    @kevincobain2000 kevincobain2000 committed Mar 29, 2014