mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +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",
|
||||
"env_variable": "USERNAME",
|
||||
"default_value": "username",
|
||||
"user_viewable": false,
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|alpha_dash",
|
||||
"field_type": "text"
|
||||
@ -43,7 +43,7 @@
|
||||
"description": "The password needed to log in to yarr",
|
||||
"env_variable": "PASSWORD",
|
||||
"default_value": "",
|
||||
"user_viewable": false,
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|alpha_dash",
|
||||
"field_type": "text"
|
||||
|
Loading…
Reference in New Issue
Block a user