Hello WordPress community. I currently have a rudimentary site that, for the most part, is just information about my business with a small form for people to contact me.
I want to implement a login system for my clients to login and view data about their account. Basically just querying the table based on the client who’s signed in.
Right now, all my clients and their data are in two tables respectively. I want my customers to be able to do two things.
1. Login to the portal (simple login page)
2. View their account data (simple dashboard page)
That’s all, nothing to complex, but I’m not too familiar with WordPress so I’m looking for some tips in the right direction.
I know I need to somehow migrate the data from my sql tables but I’m unsure of a good and secure method since there is sensitive data the clients will be accessing. I can export my clients in a csv as well as the data but I’m not sure what to do next.
Any help is greatly appreciated!
[ad_2]
There are a few portal / membership plugins available (eg https://client-portal.io/), but you will need to custom code the solution to load/present the client data.
If It’s simple portal you can easily create client login system and simple dashboard in custom php coding.
Otherwise go with suitedash client portal plugin