mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +08:00
Fixes User viewability of login variables for Yarr egg
This commit is contained in:
parent
dbab8eb804
commit
e7c6bf06b2
@ -33,7 +33,7 @@
|
|||||||
"description": "The username used to log in to yarr",
|
"description": "The username used to log in to yarr",
|
||||||
"env_variable": "USERNAME",
|
"env_variable": "USERNAME",
|
||||||
"default_value": "username",
|
"default_value": "username",
|
||||||
"user_viewable": false,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|alpha_dash",
|
"rules": "required|string|alpha_dash",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"description": "The password needed to log in to yarr",
|
"description": "The password needed to log in to yarr",
|
||||||
"env_variable": "PASSWORD",
|
"env_variable": "PASSWORD",
|
||||||
"default_value": "",
|
"default_value": "",
|
||||||
"user_viewable": false,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|alpha_dash",
|
"rules": "required|string|alpha_dash",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
|
Loading…
Reference in New Issue
Block a user