SimonWaldherr / loginCtrl

a easy to use, free login system. (PHP, JS, SQLite/MySQL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#loginCtrl an easy to use, free login system. (sqlite + PHP + JS)

##ABOUT

###Why should i use loginCtrl instead of other login scripts?

loginCtrl...

  • never saves passwords unencrypted
  • never submit passwords unencrypted
  • always hash passwords with random salts
  • allows users to change their data (currently broken)
  • check given eMail-adresses
  • works with mySQL and SQLite

###What do i need to use loginCtrl?

  • PHP5 with mysqli or sqlite
  • mySQL Database
  • eMail Server

##INFO

VERSION: 0.12
LICENSE: MIT
LANGUAGES: PHP, JS
DATABASES: SQLite and MySQL (PostgreSQL coming soon)

##BUILD

if you want to change something, you need to build it again to test it.

sudo make dev

to build it uncompressed or

sudo make min

to build it compressed

##DEMO

Example v0.12 (the newest example)

since version 0.04, their is only the newest example in the repo. To view other/older examples, please checkout an older commit.

##HISTORY

Version Download
0.12 ZIP
0.11 ZIP
0.10 ZIP
0.09 ZIP

##REQUIRE

Repo License DL
SimonWaldherr/majaX.js MIT zip
SimonWaldherr/easySQL MIT zip
SimonWaldherr/cryptofoo MIT zip
SimonWaldherr/lightbox.js CC-By zip
KaiserSoft/PHP_class_email BSD zip

all required repos are included as git submodules in this repo.

##LICENSE

The MIT License (MIT)
Copyright © 2013 Simon Waldherr

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


About

a easy to use, free login system. (PHP, JS, SQLite/MySQL)

License:MIT License


Languages

Language:PHP 55.7%Language:JavaScript 35.4%Language:CSS 6.2%Language:Shell 2.7%