CodeIgniter-Authme
CodeIgniter-Authme copied to clipboard
Database structure
Good afternoon.
Thanks for releasing this library, I'm going to try it in a personal project. I was wondering if you have a SQL code with the suggested table structure for the interaction with the library.
Regards, Donato.
The model has that all in it, it will create the users table for you https://github.com/gilbitron/CodeIgniter-Authme/blob/master/application/models/authme_model.php#LC77
I can not mount the project. It's in CodeIgniter clean
A Database Error Occurred Unable to connect to your database server using the provided settings. Filename: core/Loader.php Line Number: 347
Check the credentials for database in config file of your codeigniter.
Will this library be updated for CI 3.0?