Giter Site home page Giter Site logo

abedputra / dnato-system-login Goto Github PK

View Code? Open in Web Editor NEW
69.0 12.0 48.0 570 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%
codeigniter3 codeigniter auth-codeigniter auth-login codeigniter-login bootstrap3 recaptcha register php login-system

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

CodeFactor GitHub license

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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dnato-system-login's Issues

Rename and/or add attribution

Hey,

It doesn't look like you're using my code but you are using almost the same name and similar descriptions as https://github.com/benedmunds/CodeIgniter-Ion-Auth

Can you please rename this library. Please rename on PHP Classes as well.

Also, if you have reused code from my library please add attribution as well since copying the code without attribution is against the license.

This was brought to my attention by a user that was confused by your code now being what they expected.

unable to chaneg smpt user,paswd,port

**hi

i hv just downloaded this code, its nice but i am unable to solve this issue

A PHP Error was encountered
Severity: Warning

Message: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()

Filename: libraries/Email.php

Line Number: 1888

Backtrace:

File: C:\xampp\htdocs\login17\application\controllers\Main.php
Line: 515
Function: send

File: C:\xampp\htdocs\login17\index.php
Line: 315
Function: require_once

i change the settings in libraries/email.php but it show still same error so plz tell me where to change these things

Call to undefined function mcrypt_create_iv()

I changed my admin password and received an error
PHP version: 7.2.3
Server version: Apache/2.4.18

`An uncaught Exception was encountered
Type: Error

Message: Call to undefined function mcrypt_create_iv()

Filename: /application/libraries/Password.php

Line Number: 31

Backtrace:

File: application/controllers/Main.php
Line: 301
Function: create_hash`

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.