CodeIgniter-Authme icon indicating copy to clipboard operation
CodeIgniter-Authme copied to clipboard

Database structure

Open dlaynes opened this issue 10 years ago • 4 comments

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.

dlaynes avatar Jul 29 '13 22:07 dlaynes

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

polevaultweb avatar Feb 07 '14 15:02 polevaultweb

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

ajuser avatar Apr 10 '15 15:04 ajuser

Check the credentials for database in config file of your codeigniter.

thewasiullah avatar Apr 20 '16 06:04 thewasiullah

Will this library be updated for CI 3.0?

trafficinc avatar May 23 '16 23:05 trafficinc