D DougCurtis Basic Pleskian Feb 18, 2014 #1 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!
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!
D DougCurtis Basic Pleskian Feb 18, 2014 #2 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: Feb 18, 2014
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.