Ok, we have a big issue here with our current setup, we integrate Moodle with one of our system and the user cannot have the ability to change it´s username and password and on Moodle 2.9 with the profile option on menu the user have access to edit its profile, from the first option, and from inside the Course Details/ Subscribed Courses also.
Anyone have a solution using the platform? For us the user cant have the ability to change the username, email, password.
The only solution that I found was using CSS (but a more advanced user can easily change the element using Inspector):
#page-user-editadvanced #id_moodle{
display:none;
}