Coder Social home page Coder Social logo

misteranmar / codeigniter4-auth-and-user-management Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pro-dev-ph/codeigniter4-auth-and-user-management

0.0 0.0 0.0 785 KB

A simple authentication and user management system for CodeIgniter 4

License: Apache License 2.0

Shell 0.15% PHP 97.67% Hack 0.01% CSS 1.08% JavaScript 0.90% HTML 0.03% Smarty 0.17%

codeigniter4-auth-and-user-management's Introduction

About Codeigniter 4 Authentication and User Management System

A simple authentication and user management system for CodeIgniter 4

Benefits:

  • Pre-built Dashboard page
  • Pre-built Account page
  • Pre-built Profile page
  • Pre-built Settings page
  • User login, User registration, Recover password functions
  • User acess logs for tracking
  • User Management: Register, Modify, and Delete users

Codeigniter 4 Auth and User management provides complete basic authentication system, account viewing, profile editing, and dashboard viewing.

Getting started

Installation

  1. Download or clone the repo to your desktop or www folder.
  2. Change directory to cd my-app in your www folder.
  3. Import my-app/database.sql to your MySQL or MariaDB Server, create a user and grant all rights to the imported DB
  4. Rename .env.example to .env
  5. Change the App URL to app.baseURL = 'http://localhost/my-app/public/'
  6. Update database config, change the lines where database.default.database =, database.default.username =, database.default.password =, and database.default.hostname = in .env file.
  7. Run php spark serve to serve live application in the terminal.
  8. Alternatively, you can browse the app using a web browser, by entering this URL address http://localhost/my-app/public.
  9. Login using default account username [email protected], password admin

System Requirements

  1. PHP >= 7.1.3
  2. MySQL 5.x or newer versions
  3. Nginx or Apache (recommended) http server
  4. Required PHP extensions: OpenSSL, PDO, Mbstring, Tokenizer, Ctype, JSON

If you are running on local development, we recommend using AMPPS, or XAMPP stack which has all the system requirements available in Windows, Mac, Linux Installers.

Screenshots

Account page Codeigniter 4 Auth - Dashboard Users page Codeigniter 4 Auth - Users

Contributing

Thank you for considering contributing to the Codeigniter 4 Auth and User management!

Security Vulnerabilities

If you discover a security vulnerability within Codeigniter 4 Auth and User management, please submit a pull request. All security vulnerabilities will be promptly addressed.

License

The Codeigniter 4 Auth and User management is open-source software licensed under the Apache license 2.0.

Copyright (c) 2020-present, Alexis Luna

codeigniter4-auth-and-user-management's People

Contributors

pro-dev-ph avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.