New updates in php login and user management system with message center made user management system more advanced and secure for all users where it handles now various things like session hijack, unlimited login attempts, and md5 password encryption security. Lets discuss in detail
First of all we have added a very nice module announcement which give ability to admin users send announcement on users login screen or dashboard or after header. Announcement can be deactivated, for specific user groups, can be activated, can be edited and deleted as well. Very easy to customize if you need custom updates on this module.
Now when a user get message on his message center a copy of his message can be sent to him in email if user activate email notification from their profile settings page. Every user have their own settings section.
System using MD5 password encryption which makes passwords more secure and users to trust more on our systems. As their personal information is their and we are not tracking them.
Now system notes the IP Address of every login also the time of login , admin can set a session time out in minutes so when a session reach to timeout time given by admins user would be loged out automatically. System can show admin when a user loged in last time and what was his IP where he loged in last time. Session time out helps to deactivate users session after some time.
Maximum login attempts can be set to a number like 5 10 or anything so when a user try to login with that number of wrong attempts system will save his last try time, and lock his account to be loged in for time admin set that time in general settings for how long admin want to lock user account. Then on next login request system check lock time with current time and compare Lock period admin specified to make sure use do not login again before given time by admin.
Admin can activate to send notification to other members of same group on new registration by going to general settings admin can activate this option so when a new user on same group register or added a notification would be sent to all other users of that group to notify them their new sibling on system 🙂
Admin can set session timeout if you set 60 minute session timeout user would be loged out after that time period from login time.
Admin can set redirect on logout page where he want to take users on logout by default its login.php which can be changed by admin in general settings.
Admin can disable login and registration from general settings no user would be able to sign in or register. but admin can sign in only.
Admin can set in general settings which user he want to register by default from register.php function by default its set to subscribers but if admin want he can select any other user group to register by default from register.php remember admin cannot be registered by register.php.
Update is made easy. Version tracking.
These updates make this system more advanced login and user management system with message center check demo today.