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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Sébastien HOUZET Newcomer

@yoozio · Joined 8 years ago · 2 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • How to force login user on new module · 8 years ago

    hello Thx for this information and it work 🙂 Ok now i understand why $this->grav['user'] is empty on admin when i push data on front. But, do you know how to create a session for /admin on Front ?

  • How to force login user on new module · 8 years ago

    Hello all, I have create a module for oAuth2 login connexion. The goal it is to block all trafic on Grav before login on oAuth2. On my module all is done for oAuth2 part, but now, i am blocking on how