Skip to content

Revisions

  • Updated Reset password (markdown)

    @mokolabs mokolabs committed Oct 15, 2020
  • Updated Reset password (markdown)

    @wout wout committed Jun 26, 2020
  • Use singular route to define routes.

    @wout wout committed Jun 26, 2020
  • Revert 584e8b37e9174a0c91f810487935482d7262f5d2...3e1a815b0ff7a96c76b2dda3ee98bee18fac0c74 on Reset password

    @benkoshy benkoshy committed Jan 13, 2020
  • Updated Reset password (markdown)

    @benkoshy benkoshy committed Jan 13, 2020
  • Don't rely on an error being raised! `change_password` returns false if the save failed rather than raising an exception.

    @brendon brendon committed Jul 23, 2019
  • Convert `form_tag` to `form_with`

    @mladenilic mladenilic committed Jan 26, 2019
  • Use new hash syntax

    @mladenilic mladenilic committed Jan 26, 2019
  • Exclude unused routes from password resets resource

    @mladenilic mladenilic committed Jan 26, 2019
  • change_password! raises error since https://github.com/Sorcery/sorcery/commit/8959f8c736866133271fdfe29c071b6e04229506

    @dmilisic dmilisic committed Dec 12, 2018
  • While `raise: false` fixes the error, the error is happening for an important reason and should be fixed (before_action isn't declared in ApplicationController)

    @joshbuker joshbuker committed Jul 17, 2017
  • Replace skip_before_filter by skip_before_action

    UP4B LLC committed Jul 16, 2017
  • Using '--only-submodules' instead of deprecated '--migrations'

    @kbyn kbyn committed Sep 22, 2015
  • Updated Reset password (markdown)

    @nekova nekova committed Mar 30, 2015
  • When use Rails4, an error occurs "Missing host to link to! Please provide the :host parameter". so I change 'edit_password_reset_url' to 'edit_password_reset_path'

    @nekova nekova committed Mar 30, 2015
  • Keep the data fresh is make sense and needed(especially when you use a async strategy to send email), if not so,under certain conditions your user will receive the old token.

    @pokka pokka committed Mar 26, 2015
  • Rails will error because there's no mailer layout. Add the most basic layout possible.

    @mariozig mariozig committed Dec 28, 2014
  • password_reset_path in the edit form needs @token for params[:id] in update method

    daigot committed Sep 26, 2014
  • if we're using resources in the routes then `params[:id]` is the correct token. Also we don't need `@token`.

    @psychocandy psychocandy committed Sep 17, 2014
  • Fixing AbstractController::DoubleRenderError (https://github.com/NoamB/sorcery/issues/388)

    @kirs kirs committed Oct 3, 2013
  • In the case the user wasn't found from the password token, the 'not_authenticated' redirect was not exiting the function and an exception would be raised when password_confirmation was called on nil.

    @johnknott johnknott committed May 22, 2013
  • This is a better approach to building the url for resetting the password. There's no assumption as to the host.

    @smidwap smidwap committed Apr 10, 2013
  • Remove unnecessary form partial and moved the form into app/views/password_resets/edit.html.erb. Also gave alternative view for the forgot password? form.

    @JoeWoodward JoeWoodward committed Feb 16, 2012
  • Updated Reset password (markdown)

    rbazinet committed Jan 19, 2012
  • Gah, use `unless`, not `if !`

    @jnicklas jnicklas committed Nov 18, 2011
  • Fixed migration generator to have "--migrations"

    @levberlin levberlin committed Nov 3, 2011
  • Updated line for reset_password generator

    @levberlin levberlin committed Nov 3, 2011
  • Updated Reset password (markdown)

    @NoamB NoamB committed Sep 20, 2011
  • Updated `update` to include `@token = params[:token]`. Without setting `@token` the form will not contain the token and the user's second attempt to submit their reset request will fail.

    @ubermajestix ubermajestix committed Sep 20, 2011
  • Reverting params[:token]

    @ubermajestix ubermajestix committed Sep 20, 2011