but the problem is i need to create the login page which transform the password input into specific combination in md5 encryption so i can use it with user database of my previous project
I don’t understand either.
Once you create the password field (Varchar 255), and generate the page how does the password get entered so it’s encrypted.
Are there settings that need to get set in PHPmaker?
Make sure you have already enabled “Encrypt user names and passwords” option and defined your own value in “Encryption key for data protection” setting from “Tools” → “Advanced Settings”, and then re-generate ALL the script files again.
After that, you may learn the generated code from “classes/login.php” file; just search for “Encrypt” keyword in that file.