Skip to content

History / How To: Allow users to edit their account without providing a password

Revisions

  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @muriloime muriloime committed May 27, 2020
  • Small tweak to not assume gender.

    @jasonwinn jasonwinn committed Nov 21, 2018
  • add file path

    @julienmiclo julienmiclo committed Feb 26, 2018
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @firefart firefart committed Dec 13, 2017
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @firefart firefart committed Dec 11, 2017
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @rakibulislam rakibulislam committed Jul 20, 2017
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @dankimio dankimio committed Jan 13, 2017
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @ryleto ryleto committed Nov 22, 2015
  • Provided more explicit instructions with addition of previously implied step

    @ryleto ryleto committed Nov 22, 2015
  • I think highlight the file name will be better

    @zackexplosion zackexplosion committed Jun 28, 2015
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @reshleman reshleman committed Jun 25, 2015
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @pineapplethief pineapplethief committed Jan 26, 2015
  • Overriding the Devise controller is not a good advice, just roll your own

    @josevalim josevalim committed Nov 30, 2014
  • Better mimic default Devise behavior by needing a password if password_confirmation is passed in

    @sman591 sman591 committed Jul 21, 2014
  • reconifrmable -> reconfirmable

    @jacobbednarz jacobbednarz committed Jul 20, 2014
  • Added detail on how to get the reconfirmable option to still work when using this approach.

    @betjaminrichards betjaminrichards committed Jul 2, 2014
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    @alyssais alyssais committed Jun 7, 2014
  • Use devise_parameter_sanitizer in custom registrations#update example

    @lime lime committed Mar 5, 2014
  • typo fix

    @jacobpatton jacobpatton committed Jan 13, 2014
  • Updated example to be compatible with Rails 4

    @troelskn troelskn committed Oct 31, 2013
  • use 'for' method will return an array object which is not valid in update_attributes method. use sanitize method works very well for me

    @farmerworking farmerworking committed Sep 24, 2013
  • Text had method 'sanitize' being called on Devise::ParemeterSanitizer. Method call should be 'for'; not sanitize. Text amended.

    @Neilos Neilos committed Sep 4, 2013
  • Strong Params - changed to what worked for me in master branch.

    Mike Szyndel committed Aug 26, 2013
  • clarifying the use of update_with_password and update_without_password

    @mxstrand mxstrand committed Aug 9, 2013
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    Araslanov Evgeny committed Jul 9, 2013
  • Change for Strong Parameters in Rails 4

    @subhashb subhashb committed Jun 30, 2013
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    spyhole committed Feb 25, 2013
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    spyhole committed Feb 20, 2013
  • Updated How To: Allow users to edit their account without providing a password (markdown)

    amichal committed Jan 28, 2013
  • fix bug in example code: https://github.com/plataformatec/devise/issues/1620

    @the-architect the-architect committed Jan 22, 2013