[bugs] [Bug 1025] Changed - Problem with adding to contacts from view window

bugs@bugs.horde.org bugs@bugs.horde.org
Fri, 16 Aug 2002 00:09:57 -0300


http://bugs.horde.org/show_bug.cgi?id=1025

*** shadow/1025	Wed Aug 14 12:36:41 2002
--- shadow/1025.tmp.3601	Fri Aug 16 00:09:56 2002
***************
*** 3,10 ****
  Version: other
  Platform: All Browsers
  OS/Version: FreeBSD
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P1
  Component: IMP
--- 3,10 ----
  Version: other
  Platform: All Browsers
  OS/Version: FreeBSD
! Status: RESOLVED   
! Resolution: FIXED
  Severity: normal
  Priority: P1
  Component: IMP
***************
*** 19,21 ****
--- 19,28 ----
  of showing the contacts it shows a logon screen....  I turned on php error 
  logging but nothing is being recorded.  Your help would be appreiciated.
  
+ 
+ ------- Additional Comments From dimante@dimante.net  08/16/02 00:09 -------
+ I found out how to fix this this is what I changed in addcontact.php3
+ $imp->authenticate(OP_READONLY); I changed it to: $imp->authenticate
+ (OP_READWRITE);
+ Please let me know if this was the right thing to do...  It does work now but 
+ I want to make sure that I did not open myself up to a security hole.