Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
375e0f1d
Commit
375e0f1d
authored
Dec 18, 2019
by
Stefan Busemann
Browse files
[TASK] Require at least 6 and less then 31 chars for username
parent
4955f1cb
Pipeline
#8200
passed with stages
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3omy/Configuration/TypoScript/femanager.txt
View file @
375e0f1d
...
@@ -15,6 +15,8 @@ plugin.tx_femanager {
...
@@ -15,6 +15,8 @@ plugin.tx_femanager {
uniqueInLdap = 1
uniqueInLdap = 1
notInOldUserTable = 1
notInOldUserTable = 1
lowerChars = 1
lowerChars = 1
min = 6
max = 30
}
}
password {
password {
min = 12
min = 12
...
...
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