emreakay / CodeIgniter-Aauth

Authorization, Authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations
http://emreakay.com
GNU Lesser General Public License v3.0
393 stars 235 forks source link

login with name error #232

Closed lyarinet closed 6 years ago

lyarinet commented 6 years ago

'login_with_name' => ture,

give Error Severity: Notice

Message: Use of undefined constant ture - assumed 'ture'

Filename: config/aauth.php

Line Number: 129

Backtrace:

File: /var/www/html/application/config/aauth.php Line: 129 Function: _error_handler

REJack commented 6 years ago

It’s true not ture!!!!

Mit freundlichen Grüßen Raphael Jackstadt

Von meinem iPhone gesendet

Am 12.05.2018 um 08:11 schrieb asifagaria notifications@github.com:

'login_with_name' => ture,

give Error Severity: Notice

Message: Use of undefined constant ture - assumed 'ture'

Filename: config/aauth.php

Line Number: 129

Backtrace:

File: /var/www/html/application/config/aauth.php Line: 129 Function: _error_handler

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

lyarinet commented 6 years ago

thanks my mistake