Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
3cab4598
Commit
3cab4598
authored
Mar 03, 2017
by
Thomas Löffler
Browse files
Merge branch 'AdditionalConfiguration' into 'master'
[TASK] Add FE-login (normal) See merge request
!43
parents
f65a941a
18e6cf73
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/AdditionalConfiguration.sample.php
View file @
3cab4598
...
...
@@ -13,4 +13,5 @@
*/
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'trustedHostsPattern'
]
=
'.*'
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'BE'
][
'loginSecurityLevel'
]
=
'normal'
;
\ No newline at end of file
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'BE'
][
'loginSecurityLevel'
]
=
'normal'
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'FE'
][
'loginSecurityLevel'
]
=
'normal'
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment