ihatemoney/budget
0livd a836085448 Use a hashed password for ADMIN_PASSWORD (#236)
* Use a hashed password for ADMIN_PASSWORD

A generate_password_hash manage.py command is provided
Fixes #233

* Print a console warning for users using a clear text ADMIN_PASSWORD

* Reword ADMIN_PASSWORD doc

* Update changelog

* Update CHANGELOG.rst

- say it out loud
- bump to 2.0 (that's the logic of semantic versioning while introducing breaking changes)

* Bump to 2.0 (breaking change)

* Update hashed password warning message

* Mention the generate password hash in the Changelog
2017-06-27 00:16:32 +02:00
..
migrations Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-28 07:46:50 +01:00
static More responsive layout (#213) 2017-06-11 19:33:22 +02:00
templates Add meta viewport tag. Fixes #219. (#231) 2017-06-21 14:02:56 +02:00
tests Use a hashed password for ADMIN_PASSWORD (#236) 2017-06-27 00:16:32 +02:00
translations/fr/LC_MESSAGES Public project creation and admin permissions (#210) 2017-05-18 11:48:09 +02:00
__init__.py I HAZ TO RUN TESTS BEFORE COMMITING 2011-10-14 15:48:31 +02:00
api.py Use non-deprecated way to disable CSRF for API 2017-03-29 14:32:43 +02:00
babel.cfg Translate the application using Flask-babel. 2011-10-15 01:19:19 +02:00
default_settings.py Public project creation and admin permissions (#210) 2017-05-18 11:48:09 +02:00
forms.py Public project creation and admin permissions (#210) 2017-05-18 11:48:09 +02:00
ihatemoney.wsgi Move the wsgi file to the budget dir (#218) 2017-06-20 00:44:57 +02:00
manage.py Use a hashed password for ADMIN_PASSWORD (#236) 2017-06-27 00:16:32 +02:00
messages.pot Remove unused archive feature 2017-03-19 20:16:06 +01:00
models.py Fix tab indentation 2017-03-12 22:23:24 +01:00
run.py Use a hashed password for ADMIN_PASSWORD (#236) 2017-06-27 00:16:32 +02:00
utils.py Use propper base64 encoding version for py3 2017-03-29 15:31:28 +02:00
web.py Use a hashed password for ADMIN_PASSWORD (#236) 2017-06-27 00:16:32 +02:00