diff options
| author | 2018-05-01 21:57:30 +0200 | |
|---|---|---|
| committer | 2018-05-01 21:57:30 +0200 | |
| commit | bde96ec8ea32d153d1d3d6263299f6b073f34f9e (patch) | |
| tree | d117c7609784dabf0e51b0b90e0bebacd9d652dd | |
| parent | 0513ba8d9f431cac17152f9366f8433906a7846f (diff) | |
Changelog 1877
https://github.com/FreshRSS/FreshRSS/pull/1877
https://github.com/FreshRSS/FreshRSS/issues/1841#issuecomment-376551901
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d52363bf..660845ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ * Fix muted feeds that were not actually muted [#1844](https://github.com/FreshRSS/FreshRSS/issues/1844) * Fix errors in case of empty/wrong username when updating user settings [#1857](https://github.com/FreshRSS/FreshRSS/pull/1857) * Fixes in subscription menu [#1858](https://github.com/FreshRSS/FreshRSS/pull/1858) +* Security + * Use `autocomplete="new-password"` to prevent form autocomplete in user management pages (fix bug with e.g. Firefox) [#1877](https://github.com/FreshRSS/FreshRSS/pull/1877) * UI * Add tooltips on user queries [#1823](https://github.com/FreshRSS/FreshRSS/pull/1823) * I18n |
