summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 15:17:01 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:06:49 +0000
commit00c1817dacfae3be2749f199000a2db25b5c8a43 (patch)
treecf46d9fc64da9fbbaa9d49bca3fcb9e9a9012ade /lang
parentabdf0cf6b732d8a7aff05c26e7cd0c82d2ea0f34 (diff)
downloadgitano-00c1817dacfae3be2749f199000a2db25b5c8a43.tar.gz
Ensure that lace warns if an ACL check is being bypassed
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 2f1b76b..ded6ba6 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -172,6 +172,10 @@ example administration repository rules and an admin user and group.
ERROR_UNEXPECTED_ADDITIONAL_ARGUMENT = "Unexpected additional argument",
ERROR_MISSING_MATCHTYPE_OR_VALUE = "Missing match type or value",
ERROR_UNKNOWN_MATCHTYPE = "Unknown match type",
+ LACE_BYPASS_BANNER_HEADER = "**** DANGER **** SOMETHING RISKY HAPPENING **** DANGER ****",
+ LACE_BYPASS_ALERT_MESSAGE = "**** An ACL check was bypassed thanks to gitano-bypass ****",
+ LACE_BYPASS_BANNER_FOOTER = "**** DANGER **** ACL BYPASS IS VERY RISKY **** DANGER ****",
+ LACE_BYPASSED = "ACL check bypassed because caller is gitano-bypass",
-- Messages from the plugin module
WARN_UNABLE_SCAN_PLUGINDIR = "Unable to scan plugin directory '${dir}': ${reason}",