-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
backendRelates to Modrinth Backend or APIRelates to Modrinth Backend or APIenhancementNew feature or requestNew feature or request
Description
Is your suggested enhancement related to a problem? Please describe.
When I tried to run labrinth backend locally I encountered such problems. I can't just register account for testing purposes.
- It will throw out
Captcha Error. Try resubmitting the form.
.
Then If I disable Cloudflare integration code...
- It will throw out
SMTP Error: Connection error: No such host is known. (os error 11001)
because SMTP server is not configured.
Describe the solution you'd like
Put options into dotenvy config:
- To completely disable Turnstile (Cloudflare Integration).
- To disable email sending and account verification.
Adding such options can make running local instance less painful.
Describe alternatives you've considered
No response
Additional context
No response
piprett
Metadata
Metadata
Assignees
Labels
backendRelates to Modrinth Backend or APIRelates to Modrinth Backend or APIenhancementNew feature or requestNew feature or request