• 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

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