feat(auth): disable public registration while keeping member login

This commit is contained in:
2026-02-13 08:15:45 +08:00
parent 7095be82d5
commit 5c3866446c
5 changed files with 24 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
REGISTRATION_ENABLED=false
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null