FOSUserBundle icon indicating copy to clipboard operation
FOSUserBundle copied to clipboard

Sending new activation email

Open Vinorcola opened this issue 10 years ago • 4 comments

Hi all,

I was wondering what you think about making FOSUserBundle able to send new activation email. Let's imagine the case where the user register your application and lost is activation email (deleted by mistake, went to spam, etc.). There is actualy no way of sending a new email (except writing the whole code for it). And the user can't create a new account since his email address is already used.

A solution could be that when the user try to log in, instead of displaying the message "User account is disabled", we will have a better one with a link: "User account not activated yet. Have you lost your activation email? Click here to send a new one." or something similar...

Vinorcola avatar Sep 06 '14 23:09 Vinorcola

No opinions in this matter?

Vinorcola avatar Nov 16 '14 15:11 Vinorcola

I think it's a good idea, +1

peshi avatar Feb 10 '15 23:02 peshi

:+1: good idea

massil31 avatar Feb 11 '15 09:02 massil31

Hope it will help a little bit:

https://github.com/FriendsOfSymfony/FOSUserBundle/pull/532/files

toolpixx avatar Feb 13 '15 13:02 toolpixx