zulip/zerver
Bojidar Marinov 786dd0fca4 auth: Make min password length and strength configurable.
This adds some configuration options to settings.py, namely
PASSWORD_MIN_LENGTH and PASSWORD_MIN_QUALITY, which control
when the frontend validator invalidates the password.

Closes #2628
2017-01-10 04:55:41 -08:00
..
fixtures integrations: Add webhook code, API endpoint, and tests for Delighted. 2017-01-05 10:47:30 -08:00
lib lint: Fix % comprehensions being used without a tuple. 2017-01-09 11:45:11 -08:00
management Change settings.SYSTEM_ONLY_REALMS to use Realm.string_id. 2017-01-06 19:45:08 -08:00
migrations Add setting hiding private message content in desktop notifications. 2016-12-30 14:10:34 -08:00
templatetags docs: Add support for including markdown files in others. 2016-12-30 17:16:29 -08:00
tests Remove unnecessary uses of Realm.domain in zerver/tests. 2017-01-09 11:26:08 -08:00
tornado Change X.realm.id to X.realm_id across codebase. 2017-01-03 16:46:26 -08:00
views lint: Fix % comprehensions being used without a tuple. 2017-01-09 11:45:11 -08:00
worker feedback-bot: Add logging for successfully submitted feedback. 2017-01-06 21:42:16 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py auth: Make min password length and strength configurable. 2017-01-10 04:55:41 -08:00
decorator.py zerver: Fix bare except clause. 2017-01-09 00:38:31 +00:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
forms.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
logging_handlers.py zerver: Fix bare except clause. 2017-01-08 16:22:21 -08:00
middleware.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
models.py Change settings.SYSTEM_ONLY_REALMS to use Realm.string_id. 2017-01-06 19:45:08 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00