Add UserCake
authorSam Moore <[email protected]>
Sun, 20 Oct 2013 05:02:54 +0000 (13:02 +0800)
committerSam Moore <[email protected]>
Sun, 20 Oct 2013 05:02:54 +0000 (13:02 +0800)
commit808ad5fb1e9040379ad754fee330b17d431ff3d4
tree1c333850a9c2f55b017ed1726661a420417cb66b
parent96e02fdc860522ed7785bbfed214cda185d0ff5a
Add UserCake

We might be able to build on this to make a user management system.

UserCake Version: 2.0.2
http://usercake.com

This commit includes the original UserCake source.
Many files will need to be removed and/or rewritten.

UserCake uses MySQL for storing user information.
There is a C API for interfacing with MySQL. Hopefully that will work.
36 files changed:
testing/MCTXWeb/public_html/users/README.txt [new file with mode: 0644]
testing/MCTXWeb/public_html/users/account.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/activate-account.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_configuration.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_page.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_pages.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_permission.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_permissions.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_upload_users.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_user.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/admin_users.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/forgot-password.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/index.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/left-nav.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/login.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/logout.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/captcha.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/class.mail.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/class.newuser.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/class.user.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/config.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/db-settings.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/funcs.js [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/funcs.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/header.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/languages/en.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/mail-templates/lost-password-request.txt [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/mail-templates/new-registration.txt [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/mail-templates/resend-activation.txt [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/mail-templates/your-lost-password.txt [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/site-templates/default.css [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/site-templates/images/latest-build.gif [new file with mode: 0644]
testing/MCTXWeb/public_html/users/models/site-templates/images/top-bg.jpg [new file with mode: 0644]
testing/MCTXWeb/public_html/users/register.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/resend-activation.php [new file with mode: 0644]
testing/MCTXWeb/public_html/users/user_settings.php [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au