diff options
author | Jan Šmucr <jan.smucr@aimtec.cz> | 2014-11-27 14:00:48 +0100 |
---|---|---|
committer | Jan Šmucr <jan.smucr@aimtec.cz> | 2014-11-27 14:00:48 +0100 |
commit | 0e287b2e5c29e7674e54d80ed90e79f5b5432968 (patch) | |
tree | eea9dd473c51b77b0e8d7fb5df7e459b94291c97 /src/main/distrib/data | |
parent | 9f92fb94aa403928a2efe5e673e118b3b02ba291 (diff) | |
download | gitblit-0e287b2e5c29e7674e54d80ed90e79f5b5432968.tar.gz gitblit-0e287b2e5c29e7674e54d80ed90e79f5b5432968.zip |
Added a new property: web.displayUserPanel
This property allows the administrator to hide the user related part of
the top panel. This can come handy if there's no use for it (i.e. if
Gitblit runs as Gerrit plugin).
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r-- | src/main/distrib/data/defaults.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties index aa69331a..056b47ad 100644 --- a/src/main/distrib/data/defaults.properties +++ b/src/main/distrib/data/defaults.properties @@ -1344,6 +1344,12 @@ web.aggressiveHeapManagement = false # RESTART REQUIRED web.debugMode = false +# Allows to hide the user logon form or dropdown menu from the top pane +# if it's not needed. +# +# SINCE 1.7.0 +web.displayUserPanel = true + # Force a default locale for all users, ignoring the browser's settings. # An empty value allows Gitblit to use the translation preferred by the browser. # |