Hide password change option in directadmin

sahostking

Verified User
Joined
Jan 29, 2021
Messages
114
Location
South Africa
We use WHMCS and if customers change password in DirectAdmin it does not sync to Whmcs and hence the auto login feature in Whmcs under services does not work anymore.

Anyway to hide the option in DirectAdmin to change password? So then customers can only change it from within their Whmcs client area.
 
I hope get some information about it too! I was trying to do with CSS, but there is no id or class to do it:
1753114950293.png


If the form has an ID or something unique could be easier to get, but like this I don't know how to do it also!!! Any tip will be appreciated!

thanks
 
For now I Just added custom CSS on skin, i'm not sure how this code will work over entire DA. Any tips still apreciated :)

CSS:
form.mt-8.font-sans.\@container {
    display: none;
}
 
Back
Top