mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Update links for renamed securing-your-zulip-server doc.
This commit is contained in:
committed by
Tim Abbott
parent
4192d46a0e
commit
e4b425c083
@@ -32,6 +32,6 @@ reason to run older major releases.
|
|||||||
See also our documentation on the [Zulip release
|
See also our documentation on the [Zulip release
|
||||||
lifecycle][release-lifecycle].
|
lifecycle][release-lifecycle].
|
||||||
|
|
||||||
[securing-your-zulip-server]: https://zulip.readthedocs.io/en/latest/production/security-model.html
|
[securing-your-zulip-server]: https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html
|
||||||
[upgrades]: https://zulip.readthedocs.io/en/stable/production/upgrade.html#upgrading-to-a-release
|
[upgrades]: https://zulip.readthedocs.io/en/stable/production/upgrade.html#upgrading-to-a-release
|
||||||
[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html
|
[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html
|
||||||
|
@@ -77,5 +77,5 @@ When the Zulip server has configured multiple rate limits that apply
|
|||||||
to a given request, the values returned will be for the strictest
|
to a given request, the values returned will be for the strictest
|
||||||
limit.
|
limit.
|
||||||
|
|
||||||
[rate-limiting-rules]: https://zulip.readthedocs.io/en/latest/production/security-model.html#rate-limiting
|
[rate-limiting-rules]: https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#rate-limiting
|
||||||
[integrations-channel]: https://chat.zulip.org/#narrow/channel/127-integrations/
|
[integrations-channel]: https://chat.zulip.org/#narrow/channel/127-integrations/
|
||||||
|
@@ -1164,7 +1164,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="comparison-table-feature">
|
<td class="comparison-table-feature">
|
||||||
<a href="https://zulip.readthedocs.io/en/latest/production/security-model.html#passwords">
|
<a href="https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#passwords">
|
||||||
Custom password strength requirement
|
Custom password strength requirement
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@@ -1289,7 +1289,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="comparison-table-feature">
|
<td class="comparison-table-feature">
|
||||||
<a href="https://zulip.readthedocs.io/en/latest/production/security-model.html#rate-limiting">
|
<a href="https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#rate-limiting">
|
||||||
API endpoint access rate limits
|
API endpoint access rate limits
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@@ -82,7 +82,7 @@ priority.
|
|||||||
- Zulip uses the zxcvbn password strength checker by default, and supports
|
- Zulip uses the zxcvbn password strength checker by default, and supports
|
||||||
customizing users’ password strength requirements. See our documentation
|
customizing users’ password strength requirements. See our documentation
|
||||||
on
|
on
|
||||||
[password strength](https://zulip.readthedocs.io/en/latest/production/security-model.html#passwords)
|
[password strength](https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html#passwords)
|
||||||
for more detail.
|
for more detail.
|
||||||
- Users can rotate their accounts’ credentials, blocking further access from
|
- Users can rotate their accounts’ credentials, blocking further access from
|
||||||
any compromised Zulip credentials. With Zulip on-premise, server
|
any compromised Zulip credentials. With Zulip on-premise, server
|
||||||
@@ -165,4 +165,4 @@ by security researchers outside the company.
|
|||||||
## Further reading
|
## Further reading
|
||||||
|
|
||||||
- Detailed
|
- Detailed
|
||||||
[security model documentation](https://zulip.readthedocs.io/en/latest/production/security-model.html)
|
[security model documentation](https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html)
|
||||||
|
@@ -789,7 +789,7 @@ SOCIAL_AUTH_SAML_SUPPORT_CONTACT = {
|
|||||||
# SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # 2 weeks
|
# SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # 2 weeks
|
||||||
|
|
||||||
## Password strength requirements; learn about configuration at
|
## Password strength requirements; learn about configuration at
|
||||||
## https://zulip.readthedocs.io/en/latest/production/security-model.html.
|
## https://zulip.readthedocs.io/en/latest/production/securing-your-zulip-server.html.
|
||||||
# PASSWORD_MIN_LENGTH = 6
|
# PASSWORD_MIN_LENGTH = 6
|
||||||
# PASSWORD_MAX_LENGTH = 100
|
# PASSWORD_MAX_LENGTH = 100
|
||||||
# PASSWORD_MIN_GUESSES = 10000
|
# PASSWORD_MIN_GUESSES = 10000
|
||||||
|
Reference in New Issue
Block a user