Skip to Content
Menu
This question has been flagged
4 Replies
3516 Views

I'm using auth_signup for signup.

I'd like to redirect user to a custom page (success page) after signup.

How to do it?

Avatar
Discard
Best Answer

Please do the following for user wise

1. Enable Developer Mode

2. Settings -> Users and Companies -> Users

3. Open any user record

4. Click Preference tab

5. Under "Menus Customization" you can provide the landing page


Avatar
Discard
Best Answer
try to inherit the web.login template and change this part : 



in the button type="submit" add name="redirect" value="/yourSuccessPage"
Avatar
Discard
Best Answer

Hello Wided,

You need to override web_login or web_auth_signup method of AuthSignupHome class which you can find in auth_signup -> controllers -> main.py file and update it(Redirect to another page) according to your flow.

Thanks, (Siddharth Tarpada)


Avatar
Discard
Best Answer

This only affects to a specific user. The question refers about how to do it globally.

Avatar
Discard
Related Posts Replies Views Activity
2
Jan 24
12366
1
Apr 24
503
2
Sep 20
3659
3
Dec 18
5360
1
Dec 17
3611