Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 8432:7f7749d86da8
doc: add disable saving roundup-admin history file for password changes
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 25 Aug 2025 20:44:42 -0400 |
| parents | 94eed885e958 |
| children | de1dac9abcb6 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Mon Aug 25 20:32:14 2025 -0400 +++ b/doc/admin_guide.txt Mon Aug 25 20:44:42 2025 -0400 @@ -2151,13 +2151,16 @@ line. But this allows others on the host to see the password (using the ps command). To initialise a tracker non-interactively without exposing the password, create a file (e.g init_tracker) set to mode -600 (so only the owner can read it) with the contents: +600 (so only the owner can read it) with the contents:: initialise admin_password -and feed it to roundup-admin on standard input. E.G. - - cat init_tracker | roundup-admin -i tracker_dir +and feed it to roundup-admin on standard input. E.G.:: + + cat init_tracker | roundup-admin -i tracker_dir -P history_features=2 + +setting the pragma ``history_features=2`` prevents storing the command +in the user's history file. (for more details see https://issues.roundup-tracker.org/issue2550789.)
