Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Accessing account information from within twig

Started by Muut Archive 11 years ago · 2 replies · 366 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 1361 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1123 9 years ago