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
1b056351
Commit
1b056351
authored
Apr 10, 2018
by
Thomas Löffler
Browse files
Do not require password input on editing profile
parent
0d764e82
Pipeline
#4092
passed with stages
in 2 minutes and 30 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Configuration/TypoScript/femanager.txt
View file @
1b056351
...
...
@@ -52,6 +52,14 @@ plugin.tx_femanager {
# No password conversion, we need plain text for LDAP
passwordSave = none
}
validation {
password {
required = 0
}
password_repeat {
required = 0
}
}
}
page.termsAndConditions = 6
...
...
html/typo3conf/ext/t3omy/ext_typoscript_constants.txt
View file @
1b056351
...
...
@@ -10,7 +10,7 @@
#########################
plugin.tx_femanager.settings.adminName = TYPO3 Association / typo3.org Administration
plugin.tx_femanager.settings.adminEmail =
info
@typo3.org
plugin.tx_femanager.settings.adminEmail =
confirmt
@typo3.org
plugin.tx_femanager.persistence.storagePid = 5
###############
...
...
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