Projet

Général

Profil

0002-doc-fix-title-level-for-some-configuration-variables.patch

Frédéric Péters, 07 mai 2015 11:33

Télécharger (1,03 ko)

Voir les différences:

Subject: [PATCH 2/5] doc: fix title level for some configuration variables

 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
README
238 238
Whether to create group or only assign existing groups, default is True.
239 239

  
240 240
MELLON_ERROR_URL
241
================
241
----------------
242 242

  
243 243
URL for the continue link when authentication fails, default is
244 244
None. If not ERROR_URL is None, the RelayState is used. If there is
245 245
no RelayState, the LOGIN_REDIRECT_URL, which defaults to /, is used.
246 246

  
247 247
MELLON_ERROR_REDIRECT_AFTER_TIMEOUT
248
===================================
248
-----------------------------------
249 249

  
250 250
Timeout in seconds before automatically redirecting the user to the
251 251
continue URL when authentication has failed. Default is 120 seconds.
252
-