codeigniter4-auth-and-user-management icon indicating copy to clipboard operation
codeigniter4-auth-and-user-management copied to clipboard

A simple authentication and user management system for CodeIgniter 4

Results 7 codeigniter4-auth-and-user-management issues
Sort by recently updated
recently updated
newest added

I get this error when I visit the URL https://example.com/auth/public/ 404 - File Not Found Controller method is not found: login

I just tried your code and for some reason the url helper isn't loading

Hi. Tring to run this on Win 10 using XXAMP . Checked sys requirements and db but http://localhost/users/public/ ... returns this .... Deprecated: Required parameter $userAgent follows optional parameter $body...

I was getting an invalid email format when posting the forgot password form. Solution: The name="email" attribute is missing from the form input in app/Views/auth/auth/forgot.php I then got a file...

on register action is trying to get the view auth/auth/register but this file doesn't exist, it should be auth/register

Pls explain how to add email for account activation in codeigniter4-auth-and-user-management.

Hello, Very nice addon for CI4. Few suggestions if you need any: * User impersonation (Login as X) * Password resend * 2FA * User sessions (force termination) * Read...