You are not logged in.
Pages: 1
Hi all...
How can i do to put a login box into a web page?
i try with this:
<form action=”http://my_domain.org/index.php?externLogin=1″ method=”POST” id=”myForm”>
<input name=”username” type=”text” id=”username” value=”User…” />
<input name=”password” type=”password” id=”password” value=”Password…” />
<input name=”submit” type=”submit” id=”submit” value=”Enter!”>
</form>
but it takes me to the oneye home page login.
Anyone can help me?
sorry my english.
Thanks
Offline
Thanks for the request. That's a highly requested feature, but it didn't make it for security reasons. I finally got around it and found a nice way to get the entered password away from the browser's history (security reasons) by automaticall redirecting.
You can see the changes at https://github.com/oneye/oneye/commit/8 … 2cf9361f45 . Just go and get the latest git revision to ty it out !
PS: Moved to "Bug Reports"...
Best regards,
Lars Knickrehm
The oneye project.
Offline
It works fine!
Thanks Lars!
Offline
Hi All,
I note that there has been alot of changes since this post (total rewrite of system/apps/eyeLogin/app.eyecode) is it still valid? Or can someone please point me in a direction that lets me utilize a login box on an external page.
Thanks in advance
Shaun
Last edited by latrotech (2013-07-18 03:43:20)
Offline
Hi Shaun,
just follow http://forums.oneye-project.org/viewtop … 1128#p1128
Best regards,
Lars Knickrehm
The oneye project.
Offline
thanks mate. Just thought I would ask.
Cheers
Offline
Pages: 1