This question has been flagged
1 Reply
3169 Views

Hello,

in a multiple base envirormment myBase01,myBase02...

i have tried to send the reset_password  mail "https://odoo.biz-planet.eu/web/reset_password?token=T5svCpxxxxGBaMdd&db=myBase01"  after creating a new user  and it returns a message "The requested URL was not found on the server." the first time the user tries to connect.

if the user selects first  https://odoo.biz-planet.eu/web to select the base and then try the reset_passowrd https://odoo.biz-planet.eu/web/reset_password?token=T5svCpxxxxGBaMdd&db=myBase01" .. it works...

it seems than &db is ignored and replaced with NONE...

Any idea ?

Ed.

 

 

Avatar
Discard
Best Answer

This is a closed issue : https://github.com/odoo/odoo/issues/2039

Odoo Team saids that if your are using a multi-db site you must use db_filter option in order to apply a database filtering based on domain or subdomain name. 

Avatar
Discard