rejetto forum

Auto Login?

0 Members and 1 Guest are viewing this topic.

Offline JamiDodger

  • Occasional poster
  • *
    • Posts: 12
    • View Profile
Hey,
It's Been A While, But I wondered could you Auto Login Depending On A Url? Almost Like FTP? Jamie@192.168.11.17 or some other way?
Any Idea's? Scripts?
Thanks
Jamie
 ;D
I'm Crazy Inside :D


Offline r][m

  • Tireless poster
  • ****
    • Posts: 347
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
IE doesn't support it anymore, but i think most other browsers do.


Offline r][m

  • Tireless poster
  • ****
    • Posts: 347
    • View Profile
IE doesn't support it anymore, but i think most other browsers do.
I've found that event Unauthorized doesn't recognize it as a authorized log in either,
regardless of browser used.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline r][m

  • Tireless poster
  • ****
    • Posts: 347
    • View Profile
doesn't recognize what?

I'm using in events
Code: [Select]
[+unauthorized]
{.add to log |Login Error: %user% %password%|red
.}
When someone makes a mistake in logging in, it works as expected, but
when I log in using http://username:password@yourserveraddress/~login
it returns  Login Error:  and nothing more, even though user name and password are correct,
or.....do I have something wrong?
« Last Edit: March 31, 2011, 05:34:56 AM by r][m »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
the browser may not be actually sending the login information.
i was making some tests. Chrome was not sending it, wget (command line tool) neither, then i tried Opera and it did, and HFS replied (correctly) with a redirection.


Offline r][m

  • Tireless poster
  • ****
    • Posts: 347
    • View Profile
I think its a fault with Google Chrome. All seems to work
as I'd expect with FireFox and Opera.