• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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