<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Auth_SignUp driver</title> 
  <pubDate>Fri, 10 Apr 2026 00:02:40 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7161</link> 
  <atom:link rel="self" type="application/rss+xml" title="Auth_SignUp driver" href="https://bugs.horde.org/ticket/7161/rss" /> 
  <description>Auth_SignUp driver</description> 
 
   
   
  <item> 
   <title>Splits Auth_SignUp on driver basis so is possible to add a c</title> 
   <description>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. 

</description> 
   <pubDate>Wed, 06 Aug 2008 06:57:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48010</link> 
  </item> 
   
  <item> 
   <title>An MDB2 native SQL implementation.</title> 
   <description>An MDB2 native SQL implementation.</description> 
   <pubDate>Thu, 07 Aug 2008 16:14:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48037</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/framework/Auth/Auth/Signup.php?r1=1.55&amp;r2=1.56&amp;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&amp;r2=1.63&amp;ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.1140&amp;r2=1.1141&amp;ty=u</description> 
   <pubDate>Mon, 11 Aug 2008 22:00:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48144</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/horde/signup.php?r1=1.30&amp;r2=1.31&amp;ty=u</description> 
   <pubDate>Mon, 11 Aug 2008 22:01:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48145</link> 
  </item> 
   
  <item> 
   <title>Looks pretty good; I&#039;ve committed it to HEAD for now. We sti</title> 
   <description>Looks pretty good; I&#039;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?</description> 
   <pubDate>Mon, 11 Aug 2008 22:01:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48146</link> 
  </item> 
   
  <item> 
   <title>Added config parameres to conf.xml.</title> 
   <description>Added config parameres to conf.xml.</description> 
   <pubDate>Tue, 12 Aug 2008 09:55:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48148</link> 
  </item> 
   
  <item> 
   <title>Honor config parameters.</title> 
   <description>Honor config parameters.</description> 
   <pubDate>Tue, 12 Aug 2008 09:55:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48149</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/framework/Auth/Auth/Signup.php?r1=1.57&amp;r2=1.58&amp;ty=u
http://cvs.horde.org/diff.php/framework/Auth/Auth/Signup/sql.php?r1=1.1&amp;r2=1.2&amp;ty=u
http://cvs.horde.org/diff.php/horde/config/conf.xml?r1=1.233&amp;r2=1.234&amp;ty=u</description> 
   <pubDate>Wed, 13 Aug 2008 05:39:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48166</link> 
  </item> 
   
  <item> 
   <title>Great, we just need the sql scripts and to decide on merging</title> 
   <description>Great, we just need the sql scripts and to decide on merging now.</description> 
   <pubDate>Wed, 13 Aug 2008 05:40:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48167</link> 
  </item> 
   
  <item> 
   <title>&gt; Great, we just need the sql scripts and to decide on mergi</title> 
   <description>&gt; 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)

);</description> 
   <pubDate>Wed, 13 Aug 2008 06:26:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48168</link> 
  </item> 
   
  <item> 
   <title>There are a lot of places to add the SQL, and the file heade</title> 
   <description>There are a lot of places to add the SQL, and the file header is not one of them. In the future it&#039;ll save us a lot of time if you include scripts.</description> 
   <pubDate>Wed, 13 Aug 2008 20:09:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7161#t48177</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
