v1.15.1
版本发布时间: 2017-02-28 10:59:29
allianceauth/allianceauth最新发布版本:v2.0.4(2018-05-29 05:15:16)
What's new
- Fixed an issue with a missing ESI endpoint version in corputils
- Added optional reCAPTCHA for registration. Thanks @NathMorgan. #738
- Fixed an issue where the Openfire broadcast tool would go into an infinite connection loop when the server has a self signed or invalid SSL certificate. #736, #742
- Added an optional setting to disable SSL checking for the Openfire broadcast tool
BROADCAST_IGNORE_INVALID_CERT
. - Updated Teamspeak 3 manager to better handle, reuse and close connections gracefully. #741
Installing CAPTCHA
Add the new CAPTCHA settings to your settings.py and add 'captcha'
to your INSTALLED_APPS
Installing CAPTCHA is completely optional. If you don't want to use it you do not need to add any settings.
Third Party Notices
- Teamspeak 3 server versions prior to 3.0.13 may occasionally encounter errors when calling
servergrouplist
. Users with Teamspeak 3 installations should update their server to avoid encountering this bug. #713
Upgrading
If you are upgrading from a version earlier than v1.15.0 you should follow the v1.15.0 patch notes instead.
For everyone else, git fetch origin
and git checkout v1.15.1
to get the latest changes. Then run update.sh
.