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
379587e0
Commit
379587e0
authored
Jul 18, 2017
by
Stefan Busemann
Browse files
[TASK] Add new ts setting enable = 1 for autoapprovement
parent
16818aec
Pipeline
#1699
passed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Configuration/TypoScript/femanager.txt
View file @
379587e0
...
...
@@ -19,15 +19,25 @@ plugin.tx_femanager {
returnLast = url
}
}
#
# redirect user after user clicks confirmation link in emailX
userConfirmationRedirect = TEXT
userConfirmationRedirect {
typolink {
parameter = 194
returnLast = url
}
}
autoApprovement = 1
autoApprovement {
enable = 1
whitelistDomains {
allowTopLevelDomains = .de
exceptions =
}
blacklistDomains =
}
confirmByAdmin = 1
}
}
}
...
...
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