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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
try to inherit the web.login template and change this part :
in the button type="submit" add name="redirect" value="/yourSuccessPage"
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)
This only affects to a specific user. The question refers about how to do it globally.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jan 24
|
12366 | ||
|
1
Apr 24
|
503 | ||
|
2
Sep 20
|
3659 | ||
|
3
Dec 18
|
5360 | ||
|
1
Dec 17
|
3611 |