doc: fix title level for some configuration variables

This commit is contained in:
Frédéric Péters 2015-05-07 11:18:21 +02:00
parent 86a1167b99
commit e5c947a052
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -238,14 +238,14 @@ MELLON_CREATE_GROUP
Whether to create group or only assign existing groups, default is True.
MELLON_ERROR_URL
================
----------------
URL for the continue link when authentication fails, default is
None. If not ERROR_URL is None, the RelayState is used. If there is
no RelayState, the LOGIN_REDIRECT_URL, which defaults to /, is used.
MELLON_ERROR_REDIRECT_AFTER_TIMEOUT
===================================
-----------------------------------
Timeout in seconds before automatically redirecting the user to the
continue URL when authentication has failed. Default is 120 seconds.