Currently, when your user forgot his/her password and reset the password from the Forgot Password link in the Login page of web applications that generated by PHPMaker 9, then the Date of the password change is not being saved into User Profile field of the users table. This is not a good condition since it […]
How to Overcome the Problem “User NX already logged in!” in Websites Created by PHPMaker 8.0.3
Have your user ever encountered the problem when receiving the warning message from your web application that created by PHPMaker as following: “User NX already logged in!” (even this user NX has closed the browser) and then he/she report it to you as Administrator of your web application? Well, this warning message shows up usually […]
How to Save the Registered Date, Last Login, and Last Logout Date Time in User Profile of Website That Created by PHPMaker 8.0.3
PHPMaker handles very good the important user profile information, such as: the last accessed date time, the login retry count, the last bad login date time, and the last password changed date, by saving them only in one field that generally called with UserProfile. For your information, you can use this UserProfile if you have […]