portico: Use /help/ style pages for displaying policies.

This replaces the TERMS_OF_SERVICE and PRIVACY_POLICY settings with
just a POLICIES_DIRECTORY setting, in order to support settings (like
Zulip Cloud) where there's more policies than just those two.

With minor changes by Eeshan Garg.
This commit is contained in:
Tim Abbott
2021-11-03 13:36:54 -07:00
committed by Tim Abbott
parent 95854d9d94
commit ee77c6365a
27 changed files with 204 additions and 189 deletions

View File

@@ -850,7 +850,7 @@ prefills that value in the new account creation form, but gives the
user the opportunity to edit it before submitting. When `True`, Zulip
assumes the name is correct, and new users will not be presented with
a registration form unless they need to accept Terms of Service for
the server (i.e. `TERMS_OF_SERVICE=True`).
the server (i.e. `TERMS_OF_SERVICE_VERSION` is set).
## Adding more authentication backends