Moved Auth signup code to horde/Core
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 25 May 2010 23:10:09 +0000 (17:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 25 May 2010 23:41:04 +0000 (17:41 -0600)
commit52352ed01e112bd6ae1eb124cef79c5f533faf18
treea8904b782e4115307ba173e09d9d52e8f60647e0
parent4484a419f075ca63878d1fb7a746a29b2eb945d7
Moved Auth signup code to horde/Core
16 files changed:
folks/account/signup.php
framework/Auth/lib/Horde/Auth/Signup.php [deleted file]
framework/Auth/lib/Horde/Auth/Signup/Sql.php [deleted file]
framework/Auth/package.xml
framework/Core/lib/Horde/Core/Auth/Signup.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Auth/Signup/Base.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Auth/Signup/Form.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Auth/Signup/Null.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Auth/Signup/Sql.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Auth/Signup/SqlObject.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Binder/AuthSignup.php [new file with mode: 0644]
framework/Core/lib/Horde/Registry.php
framework/Core/package.xml
horde/admin/signup_confirm.php
horde/admin/user.php
horde/signup.php