Usermin - Account Information (Customization)

I want to hide the details of the server visible in Account Information section in Usermin.
I have searched it all over the forum and internet for hours but i am unable to do it.
i kindly request the members to please help me to customize the information available to users.
i also want to hide text in red

If there is no better way, perhaps one could add some CSS to ‘hide’ the text that you wish not be displayed.

#system-status > div.panel-body {
display: none;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.