I've uploaded a patch for <a href="
http://svn.habariproject.org/habari/
trunk/htdocs">patch 1012</a>. Normal users (those who are in the
authenticated group by default) can't edit their own profile.
The patch creates a token 'manage_self' in the installhandler for
upgrades and in acl, which is checked in adminhandler when a 'user'
accesses their profile page.
The only problem is there is no menu item for a user to navigate to
their profile. Using the existing 'Users' menu item is no good as it
points to 'admin/users' so will get a 'forbidden' if a normal user
selects it. Is there any way to sensibly change the menu in core?