Is it possible to sort of hide the 'Edit' page for users when they are logged in so they won't be able to change their Account-information?

I don't want users to be able to change their password.

Greets, Flow

Comments

Cainan’s picture

I wrote a module called User_readonly
(don't look for it on this site. i don't have CVS access)

you can grab a copy here for now.
If this link is bad.. email me, and i'll send you a copy.
It also supports the Profile.module fields.

http://cainan.rootaction.net/~lestat/files/user_readonly-4.6.tgz

Hope this helps.

FlowDesign’s picture

Works like a charm! Thank you very much. :-)

drubeedoo’s picture

If you're thinking of migrating to 4.7, you can also download the path_access module and restrict users from the following path:

user/*/edit

That's a bit drastic, but it will prevent them from editing their profile.