Mercurial > p > roundup > code
diff CHANGES.txt @ 8535:4184173d364f
bug: make web page follow login_empty_passwords setting.
remove the required attribute from password input in the the html
templates if login_empty_passwords is enabled in config.ini.
Also document in upgrading.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 18 Mar 2026 17:49:16 -0400 |
| parents | 1f8492d68aca |
| children | e8d1da6e3571 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Mar 18 17:24:14 2026 -0400 +++ b/CHANGES.txt Wed Mar 18 17:49:16 2026 -0400 @@ -54,6 +54,9 @@ retrieved from the REST interface would cause errors when sent using POST or PUT verbs. Also guard against password being set to None. (John Rouillard) +- change the html templates so that the password is not required if + the ``login_empty_passwords`` setting is enabled in ``config.ini``. + Directions for your tracker are in upgrading.txt. (John Rouillard) Features:
