Okenyon Active member Oct 14, 2014 #1 Is it possible to change the destination or redirect new sign ups to another specified link. For example user A signs up, gets confirmation email with activation link, clicks and then gets redirect elsewhere?
Is it possible to change the destination or redirect new sign ups to another specified link. For example user A signs up, gets confirmation email with activation link, clicks and then gets redirect elsewhere?
Mike XenForo developer Staff member Oct 15, 2014 #3 When a user confirms their account, they don't get redirected; they're shown the register_confirm template. Upvote 0 Downvote
When a user confirms their account, they don't get redirected; they're shown the register_confirm template.
Okenyon Active member Oct 15, 2014 #4 @Mike but there must be something in that link they click that confirms their account right? So what i'm saying is can we STILL confirm the account but then send them to a custom URL once confirmed. So email comes in > they click the confirm link > they get confirmed and sent to a custom URL Upvote 0 Downvote
@Mike but there must be something in that link they click that confirms their account right? So what i'm saying is can we STILL confirm the account but then send them to a custom URL once confirmed. So email comes in > they click the confirm link > they get confirmed and sent to a custom URL
Mike XenForo developer Staff member Oct 15, 2014 #5 Well, you could probably add some sort of JS redirect to that template if you wished. Otherwise, enforcing a redirect would need code modifications. Upvote 0 Downvote
Well, you could probably add some sort of JS redirect to that template if you wished. Otherwise, enforcing a redirect would need code modifications.