FOSUserBundle
FOSUserBundle copied to clipboard
Adds RESETTING_SEND_EMAIL_FAILURE.
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)
Travis is failing due to memory exhaustion. 😢
@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 Thanks for the tip, I've just fixed it in master :)