UserSpice 4 is a complete OOP PDO PHP User Management System. Full details, documentation, walkthroughs, and forums can be found at UserSpice.com.
This a fork from UserSpice 4.4 that uses a SQLite file instead of MySQL as database.
- Ability to register without Email (hide Email input in registration form) - configurable in Dashboard->Registration
- Ability to register without real name (hide names input in registration form) - configurable in Dashboard->Registration
Make sure you have all requirements installed:
- PHP >= 5.6.0
- PHP XML module installed
- PHP PDO module installed
- PHP SQLite module installed
The installation wizard is removed in this fork. But since we do not have to setup a MySQL database connection, all is left to do is setting the timezone.
- Clone the repository or copy all files to a directory.
- Make sure the SQLite file
userspice.sqlite
is writable for the webserver. - Edit the file
init.php
. In the line second to last, edit the timezone according to this list, e.g.$timezone_string = 'America/Caracas';
Thank you thank you thank you to mudmin for Userspice.