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 |
Assigned to Chuck Hagenbuch
Taken from Duck
State ⇒ Resolved
one of them. In the future it'll save us a lot of time if you include
scripts.
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)
);
http://cvs.horde.org/diff.php/framework/Auth/Auth/Signup.php?r1=1.57&r2=1.58&ty=u
http://cvs.horde.org/diff.php/framework/Auth/Auth/Signup/sql.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/config/conf.xml?r1=1.233&r2=1.234&ty=u
New Attachment: Auth.diff
New Attachment: conf.diff
Assigned to Duck
Taken from Chuck Hagenbuch
State ⇒ Feedback
configuration section for conf.xml and SQL files for scripts/sql. Can
you add those?
http://cvs.horde.org/diff.php/horde/signup.php?r1=1.30&r2=1.31&ty=u
http://cvs.horde.org/diff.php/framework/Auth/Auth/Signup.php?r1=1.55&r2=1.56&ty=u
http://cvs.horde.org/co.php/framework/Auth/Auth/Signup/datatree.php?r=1.1
http://cvs.horde.org/co.php/framework/Auth/Auth/Signup/sql.php?r=1.1
http://cvs.horde.org/diff.php/horde/admin/user.php?r1=1.62&r2=1.63&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.1140&r2=1.1141&ty=u
State ⇒ Assigned
Patch ⇒ Yes
New Attachment: sql.php
Priority ⇒ 1. Low
State ⇒ New
New Attachment: signup.tgz
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Auth_SignUp driver
Type ⇒ Enhancement
driver ... or add a native sql driver to move away from DT.