This following trick will show you how to restrict login time in web applications that generated by PHPMaker. Let’ say, you don’t want your web application users login before 03.00 AM and after 11.00 PM (for example, since there are additional back-end process in the server after 11.00 PM and before 03.00 AM). If users […]
How to Log the Change and Reset Password Activities into Audit Trail of Websites that Generated by PHPMaker 9.0.2
You will have never found the Change or Reset Password activities have been logged into Audit Trail in the web applications that generated by PHPMaker until version 9.0.2. Meanwhile, those activities are very important to monitor in order to know when the last time your users changed their password. The following customization will make it […]
How to Include Application Name in Email Templates of Websites that Generated with PHPMaker 9.0.2.
If you pay attention to the email templates that are used by your web applications which generated by PHPMaker up to version 9, there is no application name was included in the email templates. The impact is, if your users are using more than one web application that you created by using PHPMaker, then there […]
How to Combine Current User ID and Current User Name into User Column in Audit Trail of Websites that Generated with PHPMaker 9.0.1
PHPMaker has the ability to generate Audit Trail in order to log users activities in your web applications, either using log file or database. I recently using database instead of log file for implementing Audit Trail in most web applications I created. Unfortunately, PHPMaker does not log both CurrentUserID and CurrentUserName values in User column […]