• Hello
    I want to develop a patient portal for a dental office. I need private profile pages for each patient that shows their progress, financials and etc. only to them. So I need pages which can be accessed only by one user with a unique username and password. What is the best way do that? What plugins I need for this reason? The pages are simple and information about patients will be added manually by myself.I have elementor pro for creating login pages.

    • This topic was modified 4 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    There are a few ways to manage this. There are plugins specifically for managing access to certain content. What I would do is create a custom page template that outputs the patient specific content. The template first gets the current logged in user, then queries for the pertinent information and outputs it as part of the page’s content. If getting the current user fails, output a message advising them to log in first and link to the login page. Or you could do an automatic redirect with a bit of JavaScript.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Also, look at client portals, both here and in the paid plugin space.

    If you’re in the US, be sure to consult with a laywer regarding the HIPPA issues you need to address.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Private Patient Portal’ is closed to new replies.