You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
uncommenting the validation rule helped to get past the registration (error: PHP mailer class wasn't found), but since this is a pretty complex application, I have a hard time to wrap my mind around it finding out if this is intentional or a mistake on my side - means - where is the uuid generated why does it not pass the validation rule.
Edit: I delete all db tables and tried the automatic install via CLI.php
Unfortunately, with db.create=true no User was created.
Edit2: I managed to give myself admin right, but I have no what I'm looking at in the backend :) - but it's something I will figure out.
Edit3: I believe the validation rule has to be alpha_numeric app wide, right? Since you dropped the 36char UUID?!