Fetching User Data

Status
This content is read-only, or is not open for further replies.

QuackieMackie

Guest
offline
This might be a silly question but I'm working on a staff help page. I wanted to load member information dynamically.
So I wrote a quick method that fetches admins, and moderators. But when I see what data is fetched using Xdebug I can see emails, secret keys, etc.

Is this something I should be worried about? I feel like it is as if I can access it, whats stopping other people?

PHP:

Code:
public static function renderStaffList(AbstractController $controller, \XF\Mvc\Reply\View $view)
{...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom