I have a Rails 4 application set up to use Devise, and I\'m running a problem with password resets. I have the mailer set up, and the password reset email sends fine. The li
If you are taking the URL from a log, it can appear like this:
web_1 | Change password
Change password
In this case, using 3DJ5Z5g6QNVQb3ZXkiKjTx as the token will not work because =3D is really an = character encoded.
3DJ5Z5g6QNVQb3ZXkiKjTx
=3D
=
In this case, you need to use J5Z5g6QNVQb3ZXkiKjTx (with 3D removed)
J5Z5g6QNVQb3ZXkiKjTx
3D