Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
728 views
in Q2A Core by
Q2A version: 5
by
When a user logs in I would also like to redirect them to their update page

1 Answer

0 votes
by
selected by
 
Best answer

The redirection happens immediately after $topath=qa_get('to'); in qa-page-register.php so you can make modifications there, or if you want to maintain compatibility with future versions, override qa_redirect_raw(...) to redirect the redirect if a user just registered.

...