Shield – Authentication & User Management (Project Management Tools)

Shield is an all-in-one solution for user authentication & management. It is user-friendly, light, secure and in constant development.

Features

  • Beautiful, Responsive Layout – User-friendly and uncluttered layout that looks good all screen sizes
  • Full Authentication Suite – Login/Register, Email Activation & Password Recovery and more…
  • Admin Panel – Add/Edit/Delete Users, Change settings, Manage redirections and more…
  • Easy Integration – Integrate into your project in just 3 lines of code
  • Secure – XSS, CSRF and MySQLi Protection, Captcha to protect against bots

Integration

Page protection in just 3 lines of code!

Example:

  
include("core/integrate.php"); // Including the integration system
lock("core/config.php"); // locking the current page, "core/config.php" is the path to the configuration file.
set_logout('logout'); // setting the logout parameter
 

In order to logout you can place the following link:
Example:

 
<a href="?logout"> Logout </a>

?logout is the parameter that you set via the set_logout() function.

You can log out without a link, just by appending the logout parameter to the website adress (in our case – ?logout )

Example:

  
www.yoursite.com/page.php?logout
 

Demo

Admin

Username: Demo
Password: Demo

Location: here

User

You may register an account here

Support & Questions

I offer free support to all buyers. Still, if you haven’t bought the script and want to ask me some questions, I will be glad to talk with you. Get in touch with me at [email protected]

You may also post in the comments section, for questions regarding the script and its features, as well as feature requests :)

Download Shield – Authentication & User Management (Project Management Tools)

Leave a Reply

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