Let your users create accounts and login to your site with this script.
Every request is made through ajax, which makes for a very easy user interaction with the site.
The script is very secure and has double security checks on both register and login forms. Every time the user starts a new browsing session and logs in to the site, the cookie’s authorization number and token are updated, keeping it safer.
FUNCTIONS
– Ajax login and register: improves user experience on the site.
– Remember me function
– jQuery form validation
– PHP form validation
– Encrypted and salted passwords when creating users
– Encrypted and salted authentication number and token for cookie