[Interchange-bugs] [Bug 263] Changed - Download report didn't work

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Fri Jul 6 12:31:00 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=263

*** shadow/263	Fri Jul  6 11:37:29 2001
--- shadow/263.tmp.17762	Fri Jul  6 12:30:38 2001
***************
*** 8,14 ****
  Severity: normal
  Priority: P2
  Component: CommerceLauncher
! AssignedTo: bpatters@redhat.com                            
  ReportedBy: david@akopia.com               
  URL: http://compaq.reston.redhat.com/cgi-bin/wowza
  Cc: 
--- 8,14 ----
  Severity: normal
  Priority: P2
  Component: CommerceLauncher
! AssignedTo: mike@minivend.com                            
  ReportedBy: david@akopia.com               
  URL: http://compaq.reston.redhat.com/cgi-bin/wowza
  Cc: 
***************
*** 18,20 ****
--- 18,40 ----
  the download link showed up.  When I click on the link, it says:
  
  "Sorry, not authorized for 83491vp. Buy it first, please."
+ 
+ ------- Additional Comments From mike@minivend.com  2001-07-06 12:30 -------
+ This is a combination of two things.
+ 
+ 1. Anonymous user creation is not working in Postgres -- surprise, surprise.
+ 
+ 2. Since an anonymous user is immediately logged out after purchase, the
+    cannot buy reports that require a logged-in status to access.
+ 
+ Solution will be to:
+ 
+ 1. Make changes to database userdb table to allow auto-creation to work
+ in Postgres.
+ 
+ 2. Add an auto-login link on the receipt path so that when they access the
+ link they are logged in automatically.
+ 
+ 
+ 
+