6.0.0-beta1
7/4/25

[#7161] Auth_SignUp driver
Summary Auth_SignUp driver
Queue Horde Framework Packages
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester duck (at) obala (dot) net
Created 08/06/2008 (6176 days ago)
Due
Updated 08/13/2008 (6169 days ago)
Assigned 08/11/2008 (6171 days ago)
Resolved 08/13/2008 (6169 days ago)
Milestone
Patch Yes

History
08/13/2008 08:09:46 PM Chuck Hagenbuch Comment #11
Assigned to Chuck Hagenbuch
Taken from Duck
State ⇒ Resolved
Reply to this comment
There are a lot of places to add the SQL, and the file header is not 
one of them. In the future it'll save us a lot of time if you include 
scripts.
08/13/2008 06:26:06 AM Duck Comment #10 Reply to this comment
Great, we just need the sql scripts and to decide on merging now.
An mysql structure is already in header of Auth_Signup_sql.

Something like this should be portable:



CREATE TABLE horde_signup (

     user_name VARCHAR(255) NOT NULL,

     signup_date INTEGER NOT NULL,

     signup_host VARCHAR(255) NOT NULL,

     signup_email VARCHAR(255) NOT NULL UNIQUE,

     signup_data TEXT NOT NULL,

--

     PRIMARY KEY (user_name)

);
08/13/2008 05:40:38 AM Chuck Hagenbuch Comment #9 Reply to this comment
Great, we just need the sql scripts and to decide on merging now.
08/12/2008 09:55:52 AM Duck Comment #7
New Attachment: Auth.diff Download
Reply to this comment
Honor config parameters.
08/12/2008 09:55:22 AM Duck Comment #6
New Attachment: conf.diff Download
Reply to this comment
Added config parameres to conf.xml.
08/11/2008 10:01:17 PM Chuck Hagenbuch Comment #5
Assigned to Duck
Taken from Chuck Hagenbuch
State ⇒ Feedback
Reply to this comment
Looks pretty good; I've committed it to HEAD for now. We still need a 
configuration section for conf.xml and SQL files for scripts/sql. Can 
you add those?
08/11/2008 10:01:09 PM CVS Commit Comment #4 Reply to this comment
Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/horde/signup.php?r1=1.30&r2=1.31&ty=u
08/11/2008 09:50:03 PM Chuck Hagenbuch Assigned to Chuck Hagenbuch
State ⇒ Assigned
Patch ⇒ Yes
 
08/07/2008 04:14:31 PM Duck Comment #2
New Attachment: sql.php Download
Reply to this comment
An MDB2 native SQL implementation.
08/06/2008 06:57:16 AM Duck Comment #1
Priority ⇒ 1. Low
State ⇒ New
New Attachment: signup.tgz Download
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Auth_SignUp driver
Type ⇒ Enhancement
Reply to this comment
Splits Auth_SignUp on driver basis so is possible to add a custom 
driver ... or add a native sql driver to move away from DT.


Saved Queries