From 9550396678cd00352c199b80d645a56ca5917515 Mon Sep 17 00:00:00 2001 From: Antonio Ramirez Date: Wed, 19 Jul 2017 00:12:41 +0200 Subject: [PATCH] re #22 add new documentation about new options --- docs/installation/configuration-options.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/installation/configuration-options.md b/docs/installation/configuration-options.md index 4f36074..649f12a 100644 --- a/docs/installation/configuration-options.md +++ b/docs/installation/configuration-options.md @@ -13,10 +13,13 @@ register by throwing a `NotFoundHttpException` if the `RegistrationController::a If `true`, the module will send an email with a confirmation link that user needs to click through to complete its registration process. - #### enableFlashMessages (type: `boolean`, default: `true`) -If `true` views will display flash messages. +If `true` views will display flash messages. + +#### enableSwitchIdentities (type: `boolean`, default: `true`) + +If `true` allows switching identities for the admin user. #### generatePasswords (type: `boolean`, default: `true`) @@ -121,6 +124,10 @@ The routes (url rules) of the module for the URL management. The default values Configures the root directory of the view files. See [overriding views](../enhancing-and-overriding/overriding-views.md). +#### switchIdentitySessionKey (type: `string`, default: `yuik_usuario`) + +Configures the name of the session key that will be used to hold the original admin identifier. + © [2amigos](http://www.2amigos.us/) 2013-2017