Files
devise/test
Leonardo Tegon fee43f3c11 Always return an error when confirmation_token is blank (#5132)
As reported in https://github.com/plataformatec/devise/issues/5071, if
for some reason, a user in the database had the `confirmation_token`
column as a blank string, Devise would confirm that user after receiving
a request with a blank `confirmation_token` parameter.
After this commit, a request sending a blank `confirmation_token`
parameter will receive a validation error.
For applications that have users with a blank `confirmation_token` in
the database, it's recommended to manually regenerate or to nullify
them.
2019-09-04 15:42:48 -03:00
..
2019-01-22 12:43:31 -02:00
2019-08-07 12:32:01 -03:00
2019-02-04 14:50:14 -02:00
2019-08-07 12:32:01 -03:00
2019-06-12 16:10:13 -04:00
2019-01-22 12:43:31 -02:00