Hello i found some bug,its possible change the name from user in admin mode.
its possible to use the same name without info allready used.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Dries@driesdk

Dries - 0 likes
You must log in to post replies.I don't think that is a bug. Why would you prevent an admin from changing a users name?
Admins have full right to alter anything in Elgg.
Usernames, however are unique. And you cannot change them, even admins can't from what I remember out of my head, unless you'd go directly in de db.
Displaynames, however do not have to be unique in Elgg and of course admin could change them.
That's quite logical, since people just can have the same name as others. If you want to prevent users from using the same displayname, I think you would have to write a mod for that. Or you could just try to get rid of the displayname, which is not so difficult to achieve, that way, no admin can edit a name, and all names have to unique.