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

Authorization, Authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations

Results 19 CodeIgniter-Aauth issues
Sort by recently updated
recently updated
newest added

It would be great if this option existed within the authentication system, a maintenance mode for the system.

enhancement

Hi, I'm just about to try this out, and it seems sweet so far! Just the amount of complexity/competence in an Authentication library. However. I'd like to hear the reasoning...

dicussion

The way the `last_login` timestamp it updated makes it practically useless in its current state. The timestamp is updated after a successful login, every time. So you can never actually...

enhancement

Have you considered changing the licence to MIT, or dual licence - to bring it inline with codeigniter 3's licence. GPL and derivatives scare off a log of people who...

dicussion

This is a bit creepy. it is not secure, i think. And i have changed in my project as : `$this->aauth_db->select('id,email,username,banned,last_login,last_activity,date_created,forgot_exp, remember_time, remember_exp') ` If it is needed totp code...

enhancement

Please share me some ideas for enabling only one account/user login at a time.

enhancement

I may have seem to bump to a small bug. If you declare a 'cookie_prefix' in codeigniter default settings, Aauth would not recognize it and bypass the default check. Please...

enhancement

The user data of the logged in user is set to a session in the `login` function. But these variables seem too unspecific. Just having the user id as `$_SESSION['id']`...

enhancement

hello, I have a dating template, but it is only html, it has no login system, I would need your User Authorization Library, do you think I could use it,...