• 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.

Disable profile editing

DougCurtis

Basic Pleskian
Is there a way to disable profile editing for a subscriber/user? I don't want them to be able to rename/change the control panel login username/password.

Thanks!
 
It's a little hackish but I edited /usr/local/psa/admin/smb/application/views/scripts/my-profile/index.phtml and did this:

<?php
$host=$_SERVER['HTTP_HOST'];
header("Location: https://$host:8443/smb/"); ?>

Until I hear of a better method, I'll stick with this since it works.
 
Last edited:
Back
Top