Coder Social home page Coder Social logo

coloftech / dnato-system-login Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abedputra/dnato-system-login

0.0 1.0 0.0 563 KB

Manage member user & login System for CodeIgniter. It's very small, secure (with notification to review activity log in, will Sent via Email) and very fast login system, ๐Ÿ‘ with bootstrap 3 & Custom Theme.

Home Page: https://connectwithdev.com/

License: MIT License

PHP 99.63% HTML 0.30% CSS 0.05% JavaScript 0.01%

dnato-system-login's Introduction

What is Dnato System Login?

Manage member user & login System for CodeIgniter. It's very small, secure (with notification to review activity log in, will Sent via Your Email) and very fast login system, ๐Ÿ‘ with bootstrap 3 & Custom Theme.

Created By me Abed Putra

Screenshot

Dnato System Login

screen shot 2017-11-23 at 11 00 27

Features

  • Add user
  • Delete user
  • Ban, Unban user
  • Register new user sent to email token
  • Forget password
  • Role user level
  • Edit user profile
  • Gravatar user profile
  • Recaptcha by Google
  • Compress HTML Settings, for more speed
  • Secure Account (Notification to Review Activity Log In, Will Sent via Email like Google) ๐Ÿ†• ๐ŸŽ‰
  • Active or Inactive Recaptcha ๐Ÿ†•
  • Add Settings ๐Ÿ†•
  • Add Theme ๐Ÿ†• ๐ŸŽ‰

Settings

  • database.php
'hostname' => 'localhost', 'username' => '', 'password' => '', 'database' => '',
  • config.php
//Link URL
$config['base_url'] = 'http://adminweb.com/admin/';
// Sent email from:
$config['register'] = '[email protected]';
$config['forgot'] = '[email protected]';
  • ReCAPTCHA.php (Library)
private $dataSitekey = ""; //Your SiteKey`
private $lang = "en"; //Lang ReCAPTCHA
public $secret = ''; //Secret

User Level

  • is_admin
  • is_author
  • is_editor
  • is_subscriber

Install

  • Clone or download
  • Import Sql file
  • Do Settings
  • Done

login

Check User Level

controller.php

//check user level
if(empty($data['role'])){
    redirect(site_url().'main/login/');
}
$dataLevel = $this->userlevel->checkLevel($data['role']);
//check user level

if($dataLevel == "is_admin"){
  (your code here)
}

About

Dnato System Login is based on the codeigniter. Dnato System Login is based frontend on the Bootstrap framework created by Mark Otto and Jacob Thorton. Password hashing with PBKDF2, Author: havoc AT defuse.ca. Ported to CodeIgniter by Richard Thornton. CodeIgniter Curl Libraries by Philip Sturgeon. Theme by Bootswatch.

Support me

Support me at Patron

LICENSE

The MIT License (MIT).

Copyright (c) 2017, Abed Putra.

Please feel free to send me an email if you have any problems. Thank you so much, my email : [email protected].

dnato-system-login's People

Contributors

abedputra avatar

Watchers

 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.