Skip to content
  • Rubén Dávila's avatar
    Allow logged in user to change his password · cf613940b0ed
    Rubén Dávila authored
    Users were unable to change their password through the "Reset password"
    link that was sent to their email if they were logged in. This is due to
    a default controller filter from Devise that requires the user to not be
    logged in in order to use this link.
    cf613940b0ed