diff options
| author | JocelynDelalande <JocelynDelalande@users.noreply.github.com> | 2017-12-22 17:39:48 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2017-12-22 17:39:48 +0100 |
| commit | b65ee59b1bf03a972079439e8f838e4040dfa874 (patch) | |
| tree | 76911a86fc84984a2c8d849d7f1fb1668f1dc5fc /CHANGELOG.rst | |
| parent | 5160dac4a56fcd9ae3d30d96d9bb4f827000fc57 (diff) | |
| download | ihatemoney-mirror-b65ee59b1bf03a972079439e8f838e4040dfa874.zip ihatemoney-mirror-b65ee59b1bf03a972079439e8f838e4040dfa874.tar.gz ihatemoney-mirror-b65ee59b1bf03a972079439e8f838e4040dfa874.tar.bz2 | |
Remove API password (#290)
* Remove the password from API GET responses
While keeping it for POST/PUT.
fix #289
* Add a test to check password change via API
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fffc8c5..35cf91c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Breaking changes - ``ADMIN_PASSWORD`` is now stored hashed. The ``ihatemoney generate_password_hash`` command can now be used to generate a proper password HASH (#236) - Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache/Gunicorn configuration! (#218) - Admin privileges are now required to access the dashboard (#262) +- `password` field has been removed from project API GET views (#289) Changed ======= |
