Skip to Content
Menu
This question has been flagged
2 Replies
5090 Views

i want to automatic log in into the odoo server and redirect to this page (http://localhost:8069/web#) . i found one solution but its not working.
http://localhost:8069/login?db=db_shashi&login=shashi&key=shashi@123.

I made one link having above link url. while user click on it then it must be redirect into the http://localhost:8069/web#
i hope i will get solution from somebody

Avatar
Discard

1. What is the purpose of credentials when you make them public by putting them in a URL?

2. What exactly do you want to achieve?

To me that does not make any sense.

hi, shiddant have you found any way to redirect Odoo Page from Other web-portal ?

your help would be highly appreciated

Author Best Answer

i am making wrapper application having only login screen using cordova. Actually i dont want to login in through http://***.com/web/login page but i want to login through login page of  my app .  code of login page is:

                        <form id="form-login" action="" method="post">
                            <div class="input-row">
                                <input id="ipaddress" type="text" class="user" name="ip_url" placeholder="Enter Hosted URL.." required="" />
                                <input id="email" type="email" class="email" name="email" placeholder="Enter Email" required="" />
                                <input id="password" type="password" class="password" name="password" placeholder="Password" required="" />
                            </div>
                            <div class="agileits-row2"></div>
                            <input id="btn-login" onclick="PostData()" type="submit" value="Login">
                        </form>

its seems like public but i want to login only via my app but not through odoo login page

Avatar
Discard