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

Are you still maintaining

Any Plan For CI4 Implementation for this beautiful package ?

question
dicussion

Good day, As per https://www.codeigniter.com/userguide3/helpers/email_helper.html?highlight=email%20helper Should we update line 207 of Aauth.php to use filter_var('[email protected]', FILTER_VALIDATE_EMAIL)?

u can check it, u ban_user and then login

Hey dear Aauth Community, I am working on some projects at the moment and I am trying to figure out how to accomplish new functions like account expiry or group...

enhancement
dicussion
news

I can see that your library supports reCaptcha. Can you also add support for https://hcaptcha.com/.

enhancement

This might sound a little bit strange as there are a `deny_user()` and a `deny_group()` function in the library but you aren't really able to deny a permission using AAuth....

enhancement

The DDOS-Protection is kinda problematic. First of all: its not really a "DDOS"-protection. Its bascially just a Brute-Force protection preventing people from trying to call the login-function hundreds of times...

Hey Guys, based on the news (#189) last week, i've pushed v3.0.0-alpha1 (i named my commit to `v3.0.0-rc1` 😅) Now all models donw incl. PHPunit tests over [Travis-CI](https://travis-ci.org/AkaySoftware/CodeIgniter-Aauth) and code-coverage...

news

In the case where I use only email to login, and if the password doesn't match, the error msg return is: aauth_error_login_failed_all: E-mail, Username or Password do not match. you...

enhancement