Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Accessing account information from within twig

Started by Muut Archive 11 years ago · 2 replies · 441 views
11 years ago

Anyone there who knows how to access account information from within twig ?
something like ...

TWIG

{{ accounts.admin.bio }}
---
11 years ago

You can refer to the current authenticated user with

TWIG
    {{dump(grav.user.authenticated)}}
{{dump(grav.user.email)}}

Accounts information regarding other users is not available by default, you'll need a plugin to make that available in twig

10 years ago

Seems not to work with the recent version of grav. So I made myself an plugin to publish all account data put into an 'public' section. Big question is: How to cache that?

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2291 9 years ago
Archive · by Muut Archive, 9 years ago
2 1506 9 years ago
Archive · by Muut Archive, 9 years ago
2 4758 9 years ago
Archive · by Muut Archive, 9 years ago
1 3572 9 years ago
Archive · by Muut Archive, 9 years ago
3 1631 9 years ago