Mercurial > p > roundup > code
comparison doc/upgrading.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 | a6c41651f553 |
| children | 14c7c07b32d8 |
comparison
equal
deleted
inserted
replaced
| 8431:a6c41651f553 | 8432:7f7749d86da8 |
|---|---|
| 2186 running:: | 2186 running:: |
| 2187 | 2187 |
| 2188 roundup-admin -i <tracker_home> table password,id,username | 2188 roundup-admin -i <tracker_home> table password,id,username |
| 2189 | 2189 |
| 2190 Look for lines starting with ``{CRYPT}``. You can reset the user's | 2190 Look for lines starting with ``{CRYPT}``. You can reset the user's |
| 2191 password using:: | 2191 password using [#history-pragma]_ :: |
| 2192 | 2192 |
| 2193 roundup-admin -i <tracker_home> | 2193 roundup-admin -i <tracker_home> |
| 2194 roundup> set user16 password=somenewpassword | 2194 roundup> set user16 password=somenewpassword |
| 2195 | 2195 |
| 2196 changing ``16`` to the id in the second column of the table output. | 2196 changing ``16`` to the id in the second column of the table output. |
| 2197 The example uses interactive mode (indicated by the ``roundup>`` | 2197 The example uses interactive mode (indicated by the ``roundup>`` |
| 2198 prompt). This prevents the new password from showing up in the output | 2198 prompt). This prevents the new password from showing up in the output |
| 2199 of ps or shell history. The new password will be encrypted using the | 2199 of ps or shell history. The new password will be encrypted using the |
| 2200 default encryption method (usually pbkdf2). | 2200 default encryption method (usually pbkdf2). |
| 2201 | |
| 2202 .. [#history-pragma] If your version of roundup-admin provides history | |
| 2203 support, you should add ``-P history_features=2`` to the command | |
| 2204 line or run ``pragma history_features=2`` at the ``roundup>`` | |
| 2205 prompt. This will prevent the command line (and password) from being | |
| 2206 saved to your history file (usually ``.roundup_admin_history`` in | |
| 2207 your user's home directory. You can use ``roundup-admin -i | |
| 2208 <tracker_home> pragma list`` to see if pragmas are supported. | |
| 2201 | 2209 |
| 2202 Enable performance improvement for wsgi mode (optional) | 2210 Enable performance improvement for wsgi mode (optional) |
| 2203 ------------------------------------------------------- | 2211 ------------------------------------------------------- |
| 2204 | 2212 |
| 2205 There is an experimental wsgi performance improvement mode that caches | 2213 There is an experimental wsgi performance improvement mode that caches |
