summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 14:47:47 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:06:49 +0000
commitb9f45628f4ef30ba4737121d1f84f1ebd12ea6bf (patch)
tree3ed62a015152059a3e759ade1dc250dfb0440255 /lang
parenta9bba86ac1bdae302c42fd82060cc909cae22494 (diff)
downloadgitano-b9f45628f4ef30ba4737121d1f84f1ebd12ea6bf.tar.gz
Ensure config parsing fails if gitano-bypass is not viable
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 4528bbe..672373b 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -152,6 +152,9 @@ example administration repository rules and an admin user and group.
ERROR_GROUP_LOOP = "Loop detected involving: ${path}",
ERROR_DUPLICATE_KEYRING = "Duplicate keyring name: ${name}",
ERROR_KEYRING_NOT_BLOB = "${path}.gpg is not a blob?",
+ ERROR_NO_BYPASS_USER = "User 'gitano-bypass' not found",
+ ERROR_BYPASS_USER_IN_GROUP = "User 'gitano-bypass' is in group '${group}' which makes no sense",
+ ERROR_BYPASS_USER_LACKING = "User 'gitano-bypass' has no SSH keys and does not have an HTTP password set",
ERROR_GENERIC_CONF_NOT_FOUND = "Not found: ${sha}::${name}",
ERROR_GENERIC_CONF_NOT_BLOB = "${sha}::${name}: Not a blob",
DEBUG_ADDING_SSH_KEY = "Adding <${user}> <${key}>",