Returning a user to a different domain from the setup password email
-
We're using the Setup Password email as a welcome email when creating a User and Registration at the same time.
Is there a way to specify a redirect URL so that the user can be brought to the Application's login page after setting their password?
Right now it just drops them on a "Password Setup Successfully" page, with no where to go.
-
I don't see any way to customize the redirect URL on completion of password setup.
One option could be adding a link to the 'Change Password Complete' template to the login page: "Return to example.com".
You could also inject some javascript to do a redirect.