By : loshMiS Published On Sunday, August 04, 2013, 23:20 In PHP Scripts
Advanced Security is user registration/login system written in pure PHP. It is designed to provide a very high security level of any part of your system. It can be used with an existing look based on Bootstrap 4 or it can easily be inserted into any existing PHP application and integrated with the existing system.
Version 3.0.1
Check out Vanguard, Advanced PHP Login and User Management!
Google+ authentication replaced with Google Sign-in
A few bugs fixed
Complete frontend rewrite and upgrade to Bootstrap 4.1
Fixed issues with social authentication
Added German language
Fixed wrong redirect URL (on some servers) after language is changed
Updated documentation
Improved CSRF protection
Removed bootstrap 2 and added latest version of bootstrap 3
SESSION_REGENERATE_ID is now removed
Separate sidebar template
Added trans helper function for easier translations
All PHP classes are PSR-2 compliant
All pages are refactored and optimized
Three new classes - ASCsrf, ASResponse and ASPasswordHasher
Added font awesome icons
Added DEBUG constant
Completely new installation wizard
Added Pimple - Dependency Injection Container
Added mail sender parameters to ASConfig (from name and from email)
New logo
Completely rewritten documentation
Minimum PHP version required is now PHP 5.3
Added version constant inside ASEngine/AS.php file.
Reset forgot password form after email is sent successfully.
Reset registration form after successful registration.
Fix problem with not creating admin password on old PHP versions.
Added Swedish Language.
Added French Language.
Fixed CSRF protection to support some shared hosting providers.
Modified redirect helper function to allow redirects to external urls.
Added option for redirect to custom page for specific user role.
Added two new translation languages.
Various bugs fixed.
Added social login via Facebook, Twitter and Google+
Administrator can now add new user or edit existing users.
Added search for users table
Added pagination for users table
Added unicode support
Added option for updating system language
ASDatabase class now implement Singleton design pattern
Added option for changing how emails will be sent (php mail or SMTP)
Added option to select redirect page after user log in
Added option to set life time for password reset token
Added option to select if user should confirm his email after registration or not
Added option to ban specific user
All bugs fixed from previous versions
CSRF protection included
Admin is now available to add more user roles
Added option for selecting password encryption algorithm
Added option for selecting version of Twitter Bootstrap
Added loading state on Update Password button
Added loading state on Update Details button