Errors with Horde (kronolyth and turba)

vovan at planet.nl vovan at planet.nl
Wed Mar 15 16:32:52 CET 2006


Quoting Ger Apeldoorn <g.apeldoorn at argoss.nl>:

> Hi!
>
> Op woensdag 15 maart 2006 14:55, schreef vovan at planet.nl:
>
>> I don't know if there's a bug about it. As a quick solution I've
>> modified logon page and include javascript for checking, so if
>> somebody's using uid it will add "@domain.net" at the end. If you'll
>> like I can provide it.
>
> Yes please, that would be great!
adjust the domain name in the patch bellow.
horde/templates/login
--- ._cfg0000_login.inc 2005-12-13 08:41:06.000000000 +0100
+++ login.inc   2005-12-12 15:36:00.000000000 +0100
@@ -24,6 +24,10 @@
          return false;
      } else {
          document.horde_login.loginButton.disabled = true;
+        if (document.horde_login.horde_user.value.indexOf('@')==-1 ) {
+           document.horde_login.horde_user.value += '@net.home';
+       }
+
  <?php if (!empty($ie_clientcaps)): ?>
          try {
              document.horde_login.ie_version.value =  
objCCaps.getComponentVersion("{89820200-ECBD-11CF-8B85-00AA005B4383}",  
"componentid");


>
>> I can suggest: 1) cleanup Postgre/MySQL database, because there's more
>> then one records for the same person. 2) if it doesn't help, check
>> annotation on for Contacts IMAP forder.
>
> I'll try it and let you know if it worked...
>
> Thanks,
> Ger.
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users at kolab.org
> https://kolab.org/mailman/listinfo/kolab-users
>
>
>








More information about the users mailing list