parent
41acffdc24
commit
de62fa6baa
|
@ -31,7 +31,7 @@ class DefaultAuthenticationDomainConfigForm extends Form
|
||||||
'text',
|
'text',
|
||||||
'authentication_default_domain',
|
'authentication_default_domain',
|
||||||
array(
|
array(
|
||||||
'label' => $this->translate('Default Domain'),
|
'label' => $this->translate('Default Login Domain'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'If a user logs in without specifying any domain (e.g. "jdoe" instead of "jdoe@example.com"),'
|
'If a user logs in without specifying any domain (e.g. "jdoe" instead of "jdoe@example.com"),'
|
||||||
. ' this default domain will be assumed.'
|
. ' this default domain will be assumed.'
|
||||||
|
|
Loading…
Reference in New Issue