I recently added a large number of users using the upload_users plugin. However, I realized that I had mistakenly uploaded a csv containing md5 hashes of the users' passwords rather than the plaintext. I tried to delete these users by dropping their corresponding rows in the users_entity table but now I get the error "InvalidParameterException: All files must have an owner!" when I visit the users administration page. What is the best thing for me to do at this point?
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.
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- http://community.elgg.org/mod/groups/topicposts.php?topic=134228&group_guid=52477
- Mikelo Vatki@mVatki

Mikelo Vatki - 0 likes
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
You must log in to post replies.(1) That WAS WRONG -- You should not have deleted thattaway without an understanding of the Elgg database structure => trouble LOL ;-)
(2) There is another place for this discussing this problem.. have a look
(1) Yeah, I realized right after I did it that that was a bad idea. However, I went into the entities table (I made a backup first) and deleted the rows with the GUIDS that I had removed from the users_entity table. When I did this the error disappeared and the users admin page appears to be back to normal.
(2) thanks for pointing that out.
you're learning more and fast ;-)
cool...