Remove "admin" from default reserved usernames
Blocking admin prevents seeding the DB, which creates an admin user
This commit is contained in:
parent
52cc2a8151
commit
b2a1b8caf5
@ -3,7 +3,7 @@ class Setting < RailsSettings::Base
|
||||
cache_prefix { "v1" }
|
||||
|
||||
field :reserved_usernames, type: :array, default: %w[
|
||||
account accounts admin donations mail webmaster support
|
||||
account accounts donations mail webmaster support
|
||||
]
|
||||
|
||||
field :lndhub_enabled, default: (ENV["LNDHUB_API_URL"].present?.to_s || "false"), type: :boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user