I am using User plugin in october cms. I have allowed user registration only after user activation. But, when users register on signup page,a flash message appears that- an activation mail has been send. But user remains on the signup page. Is there a way to direct user to a temporary welcome page, after the registration and allow only to home page after the activation.
Asked
Active
Viewed 113 times
0
-
hmm can you use "Redirect to" property of account component to redirect after successful registration, you can put `temp welcome page` there so user redirect there. – Hardik Satasiya Feb 12 '19 at 12:14
-
But redirect won't work till the user doesn't activate(confirm) the account. As the "user plugin" doesn't even allow user to login without confirming their account. – Manu Saxena Feb 13 '19 at 13:14