feat: require verified email to publish, to prevent spam (#6777)

* feat: require verified email to create projects, collections and organizations

* fix(labrinth): fix tests

* chore: fmt

* chore: intl
This commit is contained in:
François-Xavier Talbot
2026-07-20 02:51:16 +00:00
committed by GitHub
parent c579925f03
commit 7144f08f0f
10 changed files with 99 additions and 11 deletions
@@ -2672,6 +2672,12 @@
"layout.nav.upgrade-to-modrinth-plus": {
"message": "Upgrade to Modrinth+"
},
"layout.publish.email-verification-required.description": {
"message": "You must verify your email before publishing on Modrinth."
},
"layout.publish.email-verification-required.title": {
"message": "Email verification required"
},
"moderation.exclude-technical-review": {
"message": "Exclude TR"
},