• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Joomla/Plesk Integration?

mparadis

Regular Pleskian
Anyone know of a way to get Joomla users accounts created on the plesk server? I need users who are signing up on joomla to end up with an email account on plesk under a specific domain.

Mike
 
it sounds like you need to make a modification that allows you to hook into the psa API - that oculd be dangerous becuase you would have to expose the admin pw in your code somewhere

otherwise you would have to allow shell exec so that you can read the pw from a file, and that is just as bad becuase then that could allow attackers to run code in your system.

Either way I think its a bad idea to have this done automatically, it may better to ahve them request an email and then do it manually.
 
I decided on another, easier method. All I need is some way of reading the users from the joomla user file in the dbase, and generating text output showing new accounts in a certain class and others which have been innactive for x amount of time.

I don't need the passwords, just the user names.
 
Back
Top