studentorkesterfestivalen / sof-webapp

0 stars 0 forks source link

Password reset is broken #178

Open patriksletmo opened 7 years ago

patriksletmo commented 7 years ago

There is a bug in devise_token_auth preventing the password reset mechanism to function correctly when config.check_current_password_before_update = :password.

See https://github.com/lynndylanhurley/devise_token_auth/issues/481 and https://github.com/lynndylanhurley/devise_token_auth/pull/863 for detailed information.

patriksletmo commented 7 years ago

This is temporarily fixed in #179. Issue remains open until fixed upstreams.