mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
This fixes a problem where if you were 1) running in development mode, 2) had populated the database from production data, and 3) tried to log in with an account that had changed its password, you wouldn't be able to. The problem was that the password change created a password change record with a PBKDF2 hash, not a SHA1 hash. This change lets the dev server accept PBKDF2 hashed passwords, but still use SHA1 password hashes for creating test users for speed. (imported from commit 2840d266f93add1edbba7f93a7f1491372fc8cf1) |
||
|---|---|---|
| api | ||
| certs | ||
| confirmation | ||
| humbug | ||
| servers | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||