Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to log in with simple username and password #59

Open
VinnyTheLegend opened this issue Feb 6, 2023 · 3 comments
Open

Add option to log in with simple username and password #59

VinnyTheLegend opened this issue Feb 6, 2023 · 3 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@VinnyTheLegend
Copy link

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

@heloufir heloufir added help wanted Extra attention is needed question Further information is requested labels Feb 7, 2023
@heloufir
Copy link
Contributor

heloufir commented Feb 7, 2023

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.

@VinnyTheLegend
Copy link
Author

VinnyTheLegend commented Feb 7, 2023

Sorry where exactly would I do this?

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.

@heloufir
Copy link
Contributor

heloufir commented Feb 7, 2023

If you are using the docker image, no need to clear the cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants