Explaining the Authentication from a webpage on eyeOS 2.x

On the last eyeOS release we published a new feature: the possibility  to authenticate an eyeOS user from a webpage. We’d like to explain in this post how to do this.

Code

Is not necessary to know a lot of HTML to allow your eyeOS to be accessible from a web. You only have to add this code:

<form action=”http://your_eyeos_server.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>

Note that the first line has to include your eyeOS URL (on the demo http://your_eyeos_server.org) finished with /index.php?externLogin=1

Try it!

In order to show you how it works we have created this simple form to acces from this post to the eyeOS 2.x Demo. Enjoy it!

It’s no longer necessary to access an eyeOS login page to log into the system. Just do it from your own website or blog.

Stay tuned for more news!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Meneame
  • MisterWong
  • Reddit
  • Slashdot
  • TwitThis
  • Wikio

4 Réponses à “Explaining the Authentication from a webpage on eyeOS 2.x”

  1. Robin says:

    Is there any way to implement this feature in 1.8 ?
    Because if it isn’t core related and can be modded in without recoding the entire system, it would be a great addition for the stable version.

  2. Hifzu says:

    It would be a pretty cool feature for eyeos 1.9.x but I guess the devs are concentrating on 2.x now. I might try to port it over if I have the time,

  3. aboaljod says:

    Thank you is an important tool for use within the site

  4. Wow, what a Great Post!…

    [..]Today I saw this really great blog post, and i wanted to link to it. [..]…

Laisser une Réponse