All Projects â†’ abedputra â†’ Dnato System Login

abedputra / Dnato System Login

Licence: mit
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.

Projects that are alternatives of or similar to Dnato System Login

cszcms
Open Source CMS (Content Management System) with Codeigniter and Bootstrap.
Stars: ✭ 47 (-11.32%)
Mutual labels:  codeigniter, bootstrap3
Codeigniter Login Logout Register
A user login, logout, register start for Codeigniter 3
Stars: ✭ 144 (+171.7%)
Mutual labels:  codeigniter, login
Fraternate
Fraternate is a standalone copy of the GitHub organization and user interaction framework. Built with Mongo dB | Node.js® | Express.js | Handlebars.js | Bootstrap.
Stars: ✭ 130 (+145.28%)
Mutual labels:  login, recaptcha
Ci Adminlte
CodeIgniter 3.1.10 with AdminLTE 2.3.11
Stars: ✭ 259 (+388.68%)
Mutual labels:  codeigniter, bootstrap3
Nemiro.oauth.dll
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework
Stars: ✭ 45 (-15.09%)
Mutual labels:  login
Azure Armviewer
Graphically visualize Azure Resource Manager templates NO LONGER UPDATED
Stars: ✭ 38 (-28.3%)
Mutual labels:  bootstrap3
Codeigniter Restserver Test
A temporary repository for testing https://github.com/chriskacerguis/codeigniter-restserver
Stars: ✭ 35 (-33.96%)
Mutual labels:  codeigniter
Craft Twofactorauthentication
Craft plugin for two-factor or two-step login using Time Based OTP.
Stars: ✭ 31 (-41.51%)
Mutual labels:  login
Karserrecaptcha3bundle
Google ReCAPTCHA v3 for Symfony
Stars: ✭ 52 (-1.89%)
Mutual labels:  recaptcha
Beelabrecaptcha2bundle
💻 Symfony bundle for Google Recaptcha2
Stars: ✭ 47 (-11.32%)
Mutual labels:  recaptcha
Codeigniter Middleware
Simplest yet powerful middleware library for codeigniter, can be used to make routes login only, apply roles and permission system, modify, intercept or preprocess requests.
Stars: ✭ 43 (-18.87%)
Mutual labels:  codeigniter
Puppeteer Sharp Extra
Plugin framework for PuppeteerSharp
Stars: ✭ 39 (-26.42%)
Mutual labels:  recaptcha
Facialrecognitionlogin
An iOS and Android app that uses facial recognition to enhance the security of a login page. Built using Xamarin.Forms and Microsoft Cognitive Services.
Stars: ✭ 46 (-13.21%)
Mutual labels:  login
Onboardingfreebi
Simple demo of onboarding freebie screens from uplabs.com
Stars: ✭ 37 (-30.19%)
Mutual labels:  login
Recaptcha Go
Validate Google reCAPTCHA v2 & v3 form submission package in golang
Stars: ✭ 49 (-7.55%)
Mutual labels:  recaptcha
Grocery Crud
Grocery CRUD is a PHP Codeigniter Framework library that creates a full functional CRUD system without the requirement of extra customisation to the JavaScripts or the CSS to do it so.
Stars: ✭ 962 (+1715.09%)
Mutual labels:  codeigniter
School Website
School website for SMK (Senior High School) and built with Codeigniter 3
Stars: ✭ 42 (-20.75%)
Mutual labels:  codeigniter
Codeigniter Mongodb Library
CodeIgniter MongoDB library based on PHP 7.1+
Stars: ✭ 47 (-11.32%)
Mutual labels:  codeigniter
Codeigniter Psr4 Autoload
CodeIgniter 3 PSR-4 Autoloader for Application
Stars: ✭ 40 (-24.53%)
Mutual labels:  codeigniter
Captchavel
Integrate reCAPTCHA into your Laravel app better than the Big G itself!
Stars: ✭ 40 (-24.53%)
Mutual labels:  recaptcha

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].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].