• My boss wants me to setup a kinda layered user login system. What he wants seems kinda over complicated.

    What he is looking for is where someone logs into the site, then two differing buttons appear, one for one thing, one for another. Then each section will have separate logins. One section is a client portal where our clients can review paperwork, such as certifications, course rosters, that kind of stuff. There will be one separate login for each company. On the other end he wants to have course material (online courses). A person would choose their company, then choose the location (if multiple), then login there.

    In can I manage this, if its even possible. Any and all help is appreciated :grimace:.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is possible, You need to hookup the functionality to wp_login based on the user meta you can redirect to relevant pages

    Instead of multiple logins for each I would try to use WordPress roles and capabilities. One login then assign roles/capabilities to users to access each area.

    Courses can have rosters with existing users assigned to allow access.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layered User Logins’ is closed to new replies.