Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
ed678c3f
Commit
ed678c3f
authored
Apr 10, 2018
by
Thomas Löffler
Browse files
Password must have minimum 12 characters
parent
0d764e82
Pipeline
#4094
passed with stages
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Configuration/TypoScript/femanager.txt
View file @
ed678c3f
...
...
@@ -14,6 +14,9 @@ plugin.tx_femanager {
uniqueInDb = 0
uniqueInLdap = 1
}
password {
min = 12
}
}
requestRedirect = TEXT
...
...
@@ -52,6 +55,11 @@ plugin.tx_femanager {
# No password conversion, we need plain text for LDAP
passwordSave = none
}
validation {
password {
min = 12
}
}
}
page.termsAndConditions = 6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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