Hello!
Does anyone know how I can hide/remove/change the username shown in the url or page forward?
Need to have username not be visible anywhere!
elgg version 1.5 - some php programming exp.
Thanks to any/all who can help!
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.
- Brett@brett.profitt
Brett - 0 likes
- Cash@costelloc
Cash - 0 likes
- Team Webgalli@webgalli
Team Webgalli - 0 likes
- AlphaNeon@JoeHarmon
AlphaNeon - 0 likes
- Haziz@Haziz
Haziz - 0 likes
- Team Webgalli@webgalli
Team Webgalli - 0 likes
You must log in to post replies.In Elgg 1.5 you can't change the username because it's tied to the data directory.
In any Elgg version, you can't hide the username from the URL because it's how Elgg knows which profile, blogs, etc to show.
If you want absolute privacy, the best option is to install the Walled Garden plugin.
One option is to assign a random username to every user and have them login with their email address.
@Alpha, another solution is to create a module which overrides the user register action and change the username to some unique md5 code. and let the user login by email as Cash said.
Regards
Team Webgalli
http://webgalli.com
Thanks guys for your input!
The members of this community benefit greatly from your talent!
Is there already a solution? Or is there a possibility to hide "name" and let "username". sorry for my english :D. Thx!
There is no solution still available publicly. You need to use the same solution explained above.