Skip to content

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

Revisions

  • move versions sections to latest first

    @zykadelic zykadelic committed May 4, 2019
  • Add reference to the simpler approach

    @dan-jensen dan-jensen committed Sep 23, 2018
  • confirm! deprecated in devise 4.2.0, use confirm instead

    @nevenwt nevenwt committed Aug 30, 2018
  • make errors i18n compatible

    aza committed Feb 23, 2018
  • In rails 5.1 skip_before_filter is deprecated

    @Nittarab Nittarab committed Jan 4, 2018
  • intializers -> initializers

    @sergey-alekseev sergey-alekseev committed Jun 30, 2016
  • Add note for specifying override of password_required? in Devise 3.5.2+. Otherwise it seems as if it is not necessary.

    @luismendozamx luismendozamx committed Jun 21, 2016
  • Added missing password_match function for User model. Clarified instructions.

    @oowowaee oowowaee committed Jun 16, 2016
  • Updating activation template - Throws an error when there is no user_name field present on User model.

    @oowowaee oowowaee committed Jun 16, 2016
  • Devise 3.5.2+ should use same code as Devise 2.x-3.0

    @rndstr rndstr committed May 4, 2016
  • Add note about devise 3.5.2 that removed encrypted confirmation_tokens

    @rndstr rndstr committed May 3, 2016
  • Added reminder to update confirmations view and `User#password_required?`

    @duarme duarme committed Apr 13, 2016
  • the method #with_unconfirmed_confirmable and #do_show always returns a new user with errors as the digest is stored in the record, whereas comparison was done using the non-digest version of the token

    @shaunak-amura shaunak-amura committed Apr 2, 2016
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @gurgelrenan gurgelrenan committed Mar 18, 2016
  • Updated confirmations_controller for Devise 3.1 and above (with encrypted confirmation_token)

    @thorstenhirsch thorstenhirsch committed Feb 12, 2016
  • grammar: changed indicative to imperative

    @BigMcLargeHuge BigMcLargeHuge committed Jan 30, 2016
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @jamieorc jamieorc committed Jan 13, 2016
  • Better English grammar

    @jamieorc jamieorc committed Jan 13, 2016
  • Updated How To: Override confirmations so users can pick their own passwords as part of confirmation activation (markdown)

    @lgs lgs committed Jan 2, 2016
  • see my previous edit message (same issue) ...

    @lgs lgs committed Jan 2, 2016
  • Previous was confusing. Omitting has_no_password? (which is specified for rails3/devise1.2 only)

    @lgs lgs committed Jan 2, 2016
  • set the `resource` correctly when re-rendering `new` action during update error-case.

    @rdunlop rdunlop committed Dec 7, 2015
  • According with commit https://github.com/plataformatec/devise/commit/eb640ed344fb5e227e82b1f3a914ca9fabb938e0, confirmation tokens no longer digests

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

    Laura Paredes committed Oct 20, 2015
  • Treat @confirmable as the model it is. See http://stackoverflow.com/questions/25176010/error-undefined-method-add-error-on-for-confirmationscontrollerclass-rails4-d for the confusion the previous version caused.

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

    @zernel zernel committed Oct 15, 2014
  • Revert 8ce08ba96f2367c64286a1065b6334ab1566e120 ... 0b7da1683d8b30e175a1b41f47afaf92bb35989f on How To: Override confirmations so users can pick their own passwords as part of confirmation activation

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

    @plribeiro3000 plribeiro3000 committed Jul 10, 2014
  • There is no need to define a proxy method. Just call the new method name!

    @plribeiro3000 plribeiro3000 committed Jul 10, 2014
  • Revert faa4a4571d0bf654f2699ecc6f43d837b3054c8a ... 5b86103af6f9aa323207f4fae0cf34d30d8380f2 on How To: Override confirmations so users can pick their own passwords as part of confirmation activation

    @chrisbloom7 chrisbloom7 committed Jun 19, 2014