How to Implement Log-In Page using “Database” for a Web Application
Edit “Email settings…” in “Misc” tab.
Add new table “users” in “Security” tab.
Set “Dynamic permissions” in “Security” tab. Add a new user.
Build and run the PHPRunner project in localhost. Log in using the username and password added previously. Let the PHPRunner project open in localhost.
Go to PHPRunner project again. Enable “Password hashing (encryption)” in “Registration and passwords…”.
Build and run PHPRunner project again in localhost.
Go to “Admin Area”.
Go to “Add/Edit users”, edit the password. To use back the same password, first change the password to another password. Save it and then edit it back to change to the original password.