Create page from frontend without user login

Hi,
in a KV2 installation I used for a event registration form the$page-create().
It worked in V2 also without userpermissions. How can I create the same in V3 on a save way without login?
Here are userpermissions require to use the pagecreation from frontend.

Cheers

To allow certain actions, you have to either authenticate by logging the user in or by impersonating a given user or the almighty Kirby user: https://getkirby.com/docs/guide/users/permissions#authenticate-or-impersonate

You can find an example in this cookbook recipe: https://getkirby.com/docs/cookbook/forms/creating-pages-from-frontend

1 Like

Hi,
nice to know that there is a almighty Kirbyuser or a impersonating user.

Thanks for your help!

1 Like