Jump to content

Recommended Posts

Posted

hi

when we try to reset our password (client side)

and enter any password, it says "email sent"

rather it should say "invalid email" or "email not found", or any thing meaningful, incase the email is not registered with the blesta install

this is just a suggestion

not sure, if this has ever been brought to notice or not, not even sure, if any work is being done on this or not

in case this is already on the to-do list, this may just be ignored

Posted

If it said something else, an attacker could throw a dictionary file of email addresses at your system and find out what users are registered. It's an attack vector.

I think there is a setting for this in /config/blesta.php though

// Default password reset value. Set to true for improved security, false for more accurate error reporting
Configure::set('Blesta.default_password_reset_value', true);

But I don't recall 100% if this is the one. You can try changing to false and test. If it doesn't affect that, then just change it back.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...