Announcement

Collapse
No announcement yet.

easyLogin failes since update to OX 6.14

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • easyLogin failes since update to OX 6.14

    hello,

    i try to login to OX using 'https://oxserver/servlet/easylogin?login=user&password=pass', but since OX-update to v 6.16, i get a redirect to 'https:/oxserver/index.html#id=id-string' which ends with error 404.

    whats' not okay?

    regards,
    andi

  • #2
    Hi Andi,

    Easylogin has been rewritten with 6.16 to provide better security and customization. Please check the new configuration file at /opt/open-xchange/etc/groupware/easylogin.properties

    Greetings

    Comment


    • #3
      Originally posted by hostfactory.ch View Post
      hello,

      i try to login to OX using 'https://oxserver/servlet/easylogin?login=user&password=pass', but since OX-update to v 6.16, i get a redirect to 'https:/oxserver/index.html#id=id-string' which ends with error 404.

      whats' not okay?

      regards,
      andi

      https:/oxserver/index.html should point to the index.html page we deliver in our gui package. Could you please try that?

      Thx,
      Holger

      Comment


      • #4
        Here´s the index.html we use for ox.io:

        <html>
        <head>
        <script language="Javascript" type="text/javascript">
        <!-- Hide script
        //<![CDATA[
        window.location.href="https://www.ox.io/ox6/" + self.document.location.hash;
        //]]> End script hiding -->
        </script>
        </head>
        </html>
        Enter your server´s name instead of "ox.io" and it should work for you.

        Greetings,
        Karsten

        Comment


        • #5
          hi,
          thank you for your fast answers!

          i created according 'index.html' and everything works fine again - perfect!

          best regards,
          andi

          Comment

          Working...
          X