This question has been flagged
3 Replies
15193 Views

I am looking to create website using odoo site builder. but I can acess my website only after selecting database and login into that. This is not a way to acess websites in real world. This way website will loose possible customers. I want to know a way to bypass this login. On accessing openerp I want to see home page of my website. Any help would be appreciated. 

Avatar
Discard
Best Answer

Here is my workaround.
Login as admin

Go to settings - Users --> Users
edit administrator and set Technical Features enabled and save
log out and login again

Go to settings - Technical - Parameters - System paremeters
Then click on the key web.base.url
Press edit
You will find a value like http://yourdomain.com
Change the value for the website you like to point. For example http://yourdomain.com/shop 
this will point your odoo home page in the shop sector.

That's the way i found in order to bypass the login and redirect it exactly where i want.
 

Sorry my english is basic.. i hope this can be useful for you.

Best regards

Avatar
Discard
Author Best Answer

Anybody looking answer for the same, you dont have to bypass login page to access website. Odoo asks to selects database only to show home page. this can be done by passing extra arugument on terminal. start server like

./openerp-server --db-filter=database_name

If website builder or ecommerce module is installed then the URL is redirect to website's homepage.

Avatar
Discard
Best Answer

Disable third party authentication for login (OAuth Providers)

Avatar
Discard