Page 1 of 1

login to existing database

Posted: Wed Feb 21, 2024 10:55 pm
by krwysi
Hi, I have a database site created by external software which I want to be able to log in to, and create some custom WWB pages
The existing database users table fields have different names to the ones in the login tools script.
Do I just create the login form with WWB and then manually edit the PHP file with the correct fields?
Thank you for any help.

Re: login to existing database

Posted: Thu Feb 22, 2024 7:34 am
by Pablo
If you have PHP knowledge, then you can update the built-in login scripts.
Right right login form and select 'Convert to form' to edit the script.

Re: login to existing database

Posted: Fri Feb 23, 2024 8:57 pm
by krwysi
Great, thanks Pablo