mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 12:12:53 +08:00
Removes default password in Yarr egg
This commit is contained in:
parent
1b3c72d26e
commit
b910035224
@ -42,7 +42,7 @@
|
||||
"name": "Password",
|
||||
"description": "The password needed to log in to yarr",
|
||||
"env_variable": "PASSWORD",
|
||||
"default_value": "password",
|
||||
"default_value": "",
|
||||
"user_viewable": false,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|alpha_dash",
|
||||
|
Loading…
Reference in New Issue
Block a user