Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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.
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.