devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
721 stars 200 forks source link

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

Open VinnyTheLegend opened 1 year ago

VinnyTheLegend commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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