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