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 has been 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?!
Thanks for any hint.
Marcus
The text was updated successfully, but these errors were encountered:
Thanks for this, I haven't been involved in any coding for quite a while so this message slipped me by as I rarely check what's happening on github. I'm glad you have found my project interesting. If you like, please submit a patch to this project and I will credit you in it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
thanks for this boilerplate code.
I encountered a problem with registering as a new user.
danger
in notifications.phtml (I fixed that)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?!Thanks for any hint.
Marcus
The text was updated successfully, but these errors were encountered: