1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Removes default password in Yarr egg

This commit is contained in:
zoomiti 2022-10-19 14:08:31 -04:00
parent 1b3c72d26e
commit b910035224

View File

@ -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",