mathsyx69
mathsyx69
The timezone is set in my php.ini (/etc/php/8.1/fpm/php.ini & /etc/php/8.1/cli/php.ini ) date.timezone = "Europe/Paris" I make a first connection with a test user and the timezone entry isn't created. I...
Hello, I have mitigate this in my environnment by adding this trigger in mariadb : ```sql USE NEXTCLOUD; DELIMITER $$ CREATE TRIGGER addtimezone AFTER INSERT ON oc_accounts FOR EACH ROW...
Thank for the response. To resolve this bug I delete this line (271) and replace it with : $randomPassword = substr(base64_encode(random_bytes(64)), 0, 28); $userPassword = ":" . $randomPassword . "[";...