I would like to add this login form to my WordPress.
It’s stated that I need to create a MySQL database, but there is no explanation on how to insert the already existing WP database.
If I add the WP table in table.sql, will it work? or there is more customization I need to know of?
There are some WordPress plugins in the website that rely on the
user tables of WordPress, thats why the need to incorporate with WP
table and not a standalone.
I am posting this here because comments are closed for questions in that page.
EDIT:
Folowing j0k advice i kept searching, and someone made the exact plugin for wordpress.
So to the ones that encounter this question and need a solution:
Well, you just need to insert
table.sqlinside your database. It will create only one table calledtz_members.That’s all.