Skip to content

History / How To: Override confirmations so users can pick their own passwords as part of confirmation activation

Revisions

  • Changes for Rails 4

    jontelm committed Nov 6, 2013
  • Confirmation token should be unique. If there are more than 1 existing user it will violate the constraint with the same 'Grandfathered account' token and migration won't pass. It works without it or constraint should be created after update_all.

    @sfsgagi sfsgagi committed Oct 18, 2013
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @ciniglio ciniglio committed Oct 9, 2013
  • Remove title from body.

    @stuartjmoore stuartjmoore committed Jul 29, 2013
  • roll my changes back. would help if I'd read that the Rails 3 and Devise 2 were just modifications to the Rails 3 and Devise 1.2 instructions. Sigh.

    @jmeridth jmeridth committed Mar 4, 2013
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @jmeridth jmeridth committed Mar 4, 2013
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @jmeridth jmeridth committed Mar 4, 2013
  • Added code to change routes when using Rails 3 and Devise 2

    @jmeridth jmeridth committed Mar 4, 2013
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @reshun reshun committed Feb 14, 2013
  • Explicitly set self.resource as @confirmable to handle a re-confirmation attempt. If a User is already confirmed, and attempts to GET the resource for setting the password and confirming, the confirmation_token is unable to find a valid User object, and therefore throws an ActionView::TemplateError when trying to render devise_error_messages! with an undefined method `errors` for nil:NilClass.

    sjtipton committed Oct 19, 2012
  • Add example for testing controller inheritance (based on 9bc8950)

    sjtipton committed Oct 10, 2012
  • Inherit ConfirmationsController from Devise::ConfirmationsController; otherwise, reset password email template will be used for the mailer.

    sjtipton committed Oct 10, 2012
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @kubido kubido committed Sep 7, 2012
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @kubido kubido committed Sep 7, 2012
  • Remove link to non-existent page (was it renamed?)

    @graywh graywh committed Jul 25, 2012
  • minor spelling and grammar

    @g-ford g-ford committed Jun 17, 2012
  • Modify url for two-step confirmation how-to

    KevinTriplett committed May 24, 2012
  • minor edit re alternate method

    KevinTriplett committed May 23, 2012
  • reference an alternate approach that is simpler

    KevinTriplett committed May 22, 2012
  • Added 4) Update `config/intializers/devise.rb`

    JunichiIto committed Mar 27, 2012
  • Added the section 3) Lists the database fields explicitly for your migrations

    JunichiIto committed Mar 26, 2012
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @chikamichi chikamichi committed Feb 10, 2012
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @chikamichi chikamichi committed Feb 10, 2012
  • Adding Support for Rails 3 and devise 2.0.0

    @plribeiro3000 plribeiro3000 committed Jan 27, 2012
  • Revert 180907a649b14aa5f56c31c9a1e79ea0e51e758f ... 6c2205f07d392009e1f197fc8873667f7b4d7de6

    @bytnar bytnar committed Dec 15, 2011
  • Destroyed How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @bytnar bytnar committed Dec 15, 2011
  • Edit a typo (using for user), correct alignment

    vjrabanelly committed Nov 5, 2011
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @chikamichi chikamichi committed Oct 4, 2011
  • allow logged users to reach the confirmation page

    @chikamichi chikamichi committed Oct 4, 2011
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @chikamichi chikamichi committed Sep 23, 2011