Hi
I have a bit of a tricky problem. I am using the profile manager plugin to capture addtional data from a new user upon regitration with elgg. In addtion to this I'm using the uservalidationbyemail plugin.
There is a particular item of data that I need to access during the email confirmation process. I need to access the data after the user click on the confirmation link but before the user in enabled.
I have tried numerous way to get the data $user->data, elgg_get_metadata() but these methods return null values.
Can anybody tell me how to access a users entity metdata before the user has been enabled within elgg.
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.
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- Dominic Milburn@steeloctopus
Dominic Milburn - 0 likes
You must log in to post replies.The user is disabled before email confirmation - in order to get the user you need to override the setting for accessing hidden entities
http://reference.elgg.org/engine_2lib_2access_8php.html#a15794857a9e59613ff485226202b5b0d
awesome thanks @beck24