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
In my case I would love to use this platform to organize some game development that my friends and I do as a hobby. Would be great if I could skip the SMTP stuff, it's really annoying to get any relay service working in the first place, not to mention getting the emails to land in stuff like Gmail. I definitely don't want to host internal SMTP for this either.
Did get to play around with the platform a bit, and really wish I could use it! Great work otherwise
The text was updated successfully, but these errors were encountered:
Hello,
Yes you can disable the email verification by removing the interface MustVerifyEmail from the model User.
Then clear cache and check, it should work fine.
edit: found the User php just looking for the cache now
edit2: restarting the containers (im running it with docker-compose) after changing the User model worked. never found the cache.
In my case I would love to use this platform to organize some game development that my friends and I do as a hobby. Would be great if I could skip the SMTP stuff, it's really annoying to get any relay service working in the first place, not to mention getting the emails to land in stuff like Gmail. I definitely don't want to host internal SMTP for this either.
Did get to play around with the platform a bit, and really wish I could use it! Great work otherwise
The text was updated successfully, but these errors were encountered: