Simple, Secure, Login (Forms)

This is a bullet proof login form that can be used for pretty much anything, from small projects to large projects. Ok so why is this different from all of the other login applications?

Its easy to use, light-weight and doesn’t need to reload the page to check the users details (it uses ajax to submit the form) fancy huh? Oh and did I mention its very secure? This uses prepared statements so theres no need to worry about SQL injection.

We have a login page, registration page and one protected page. When the user is registering with the form it doesn’t allow duplicate usernames and duplicate email addresses. All settings can be modified in the config file so if you dont know php thats not a problem there is no need for any editing at all.

I forgot to mention the best bit… If you want to create a new page for your project and you thing hmm… how do i protect this page with this new awesome app i just bought? Its simple all you need is one line of code (as-well as the class include)

$Login->verify();

That one line does all the heavy lifting dudes. Pre-built it also has admin capabilities that you can expand yourself or will be expanded upon in future editions i sample the admin usage in this current version showing you how to only allow admin accounts to view certain things.

This also contains good form validation + email validation so no one can enter a false email details.

Oh and finally it has login attempts, so if the user enters the wrong information wrong 3 times then it locks them out till the session expires. Ohh and it has a captcha when signing up pheww all done.

Hope you guys enjoy this app as much as i did building it and i also use this for my projects so it is good!!

ADMIN DEMO
USERNAME : admin
PASSWORD : password

MEMBER DEMO
USERNAME : member
PASSWORD : password

If you are unsure you will be able to edit this application. I have provided a well detailed documentation:

http://suburbanarctic.com/documentation/secure-login.html

Download Simple, Secure, Login (Forms)

Leave a Reply

Your email address will not be published. Required fields are marked *