This commit is contained in:
Hayden 2022-12-05 17:51:11 -09:00
parent 5af82e318c
commit 0e5d9528be
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -13,7 +13,7 @@ func init() {
disableHas := os.Getenv("UNSAFE_DISABLE_PASSWORD_PROJECTION") == "yes_i_am_sure"
if disableHas {
fmt.Println("WARNING: Password projection is disabled. This is unsafe in production.")
fmt.Println("WARNING: Password protection is disabled. This is unsafe in production.")
enabled = false
}
}