• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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