project-management icon indicating copy to clipboard operation
project-management copied to clipboard

Add option to log in with simple username and password

Open VinnyTheLegend opened this issue 1 year ago • 3 comments

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

VinnyTheLegend avatar Feb 06 '23 22:02 VinnyTheLegend

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.

heloufir avatar Feb 07 '23 00:02 heloufir

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.

VinnyTheLegend avatar Feb 07 '23 01:02 VinnyTheLegend

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

heloufir avatar Feb 07 '23 07:02 heloufir