We develop a website using the “user-registration” possibilities of Kirby described in this tutorial by @texnixe : User sign-up | Kirby CMS
But, we have a big problem actually, if the functionalities developped work really well on local server, we cannot use on our institutional server (CNRS) because we cannot have any shell_exec(), exec() function activated on php/ini. For security reason.
Is there a way to have the same functionalities (writing file and folders for our user) without using these specific function ?
Hum, i see that on kirby website you’re right, i will search in the codebase developped by our team to see if that could be linked to other thing. I go back here with more information in the next days.