diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-19 19:42:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-19 19:42:49 +0000 |
commit | e12322dac3baf3c31ea1487884f3b9c3273466ba (patch) | |
tree | dea21182473f3ce451b352fde3df33ea9a1ff15a /config | |
parent | 854177554905159506220cd88aa765fca47bf756 (diff) | |
download | redmine-e12322dac3baf3c31ea1487884f3b9c3273466ba.tar.gz redmine-e12322dac3baf3c31ea1487884f3b9c3273466ba.zip |
Adds a configuration setting to enable sudo mode, disabled by default (#19851).
git-svn-id: http://svn.redmine.org/redmine/trunk@14336 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/configuration.yml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index e6a8c6e20..1ce65e31d 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -170,6 +170,13 @@ default: # same secret token on each machine. #secret_token: 'change it to a long random string' + # Requires users to re-enter their password for sensitive actions (editing + # of account data, project memberships, application settings, user, group, + # role, auth source management and project deletion). + # Disabled by default. + # + #sudo_mode: true + # Absolute path (e.g. /usr/bin/convert, c:/im/convert.exe) to # the ImageMagick's `convert` binary. Used to generate attachment thumbnails. #imagemagick_convert_command: |