Devise paranoid

Problem

When trying to reset password with not exists email => “Email not found”

Cause

Normal action of devise but not good if someone want to know your user email

Solution

Use devise paranoid mode

# It will change confirmation, password recovery and other workflows
# to behave the same regardless if the e-mail provided was right or wrong.
# Does not affect registerable.
config.paranoid = true