You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I have an email verification process, after registration I don't want my user to be logged in so I used option : 'login_after_registration' => false, which works fine. But I want to redirect user to a static page, and registerAction don't let me do that properly:
Hello there !
As I have an email verification process, after registration I don't want my user to be logged in so I used option :
'login_after_registration' => false,
which works fine. But I want to redirect user to a static page, and registerAction don't let me do that properly:There is something wrong with always redirecting to login...
Also, I found a workaround, by brutally redirect on bootstrap through the really usefull event "register.post" :)
Hope this helps
The text was updated successfully, but these errors were encountered: