FOSUserBundle icon indicating copy to clipboard operation
FOSUserBundle copied to clipboard

Adds RESETTING_SEND_EMAIL_FAILURE.

Open phpeek opened this issue 6 years ago • 3 comments

Currently when resetting password, whenever username is not found or password request is expired, RedirectResponse to fos_user_resetting_check_email is being returned with GET parameter username.

I used to get a warnings from Google about username parameter with email being present on my websites.

There's no simple way to change this without this event.

Connected with: https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2752 https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2652 (kinda)

phpeek avatar Aug 05 '18 00:08 phpeek

Travis is failing due to memory exhaustion. 😢

phpeek avatar Aug 05 '18 00:08 phpeek

@XWB I see You've increased memory limit on Travis in master. I've also changed ordering of before_install commands in Travis config so that memory limit is increased before composer kicks in.

Credits goes to @kubawerlos who spotted it.

phpeek avatar Aug 06 '18 20:08 phpeek

@phpeek Thanks for the tip, I've just fixed it in master :)

XWB avatar Aug 07 '18 11:08 XWB