Tuatara User Authentication Code
Status: Beta
Brought to you by:
delayedinsanity
| File | Date | Author | Commit |
|---|---|---|---|
| admin | 2008-08-10 | delayedinsanity | [r1] |
| bin | 2008-08-24 | delayedinsanity | [r5] |
| docs | 2008-08-10 | delayedinsanity | [r1] |
| install | 2008-08-10 | delayedinsanity | [r1] |
| users | 2008-08-10 | delayedinsanity | [r1] |
| INSTALL.txt | 2008-08-10 | delayedinsanity | [r1] |
| LICENSE.txt | 2008-08-10 | delayedinsanity | [r1] |
| README.txt | 2008-08-10 | delayedinsanity | [r1] |
| index.php | 2008-08-23 | delayedinsanity | [r4] |
Tuatara User Authentication System
----------------------------------
Version 0.1beta2
Author: Mark Waterous
Email: tuatara@syeke.com
Website: http://tuatara.syeke.com/
Copyright: Copyright (c) 2008, by Mark Waterous
README
Tuatara is a user authentication and access control management system
built in object oriented PHP5 with a MySQL backend. This system is
meant for programmers and non-programmers alike who need a powerful
but easy to use drop in access control system for their web site, and
don't have the time or requirements for a full fledged framework based
system.
Features include configurable groups, simple registration with optional
email verification, forgotten password retrieval, user profiles, and a
robust administration interface that lets you control every aspect of
your installation. Security is another feature that is taken very
seriously, including multiple levels of authentication checks to verify
user sessions, dynamically hashed passwords, and error checking that'll
stop XSS attacks in their tracks.
For more information on how to use Tuatara, please consult the
documentation. If you got this readme from a Tuatara package, then
the documentation is available in the docs/ directory. Documentation
is also available at http://tuatara.syeke.com/docs/ and a full API
is available at http://tuatara.syeke.com/api/
If you think you've found a bug in Tuatara, contact me with a bug
report at tuatara@syeke.com. Feel free to contact me at that email
address for any feature requests or other questions you have about
the Tuatara system.
Tuatara is free software, released under the New BSD license. Please
see the LICENSE file for more information. If you do modify this program,
please let me know - with your permission it could easily become a part
of later distributions, with full credits included.