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
8b55a878
Commit
8b55a878
authored
Nov 05, 2018
by
Dominik Dörr
Browse files
Change error message for old _users validation
parent
374ea075
Pipeline
#5544
passed with stages
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Classes/Domain/Validator/ServersideValidator.php
View file @
8b55a878
...
...
@@ -165,7 +165,7 @@ class ServersideValidator extends \In2code\Femanager\Domain\Validator\Serverside
->
fetchColumn
(
0
);
if
(
$usernameExists
)
{
$this
->
addError
(
ucfirst
(
$fieldName
)
.
' is
not available
.'
,
$fieldName
);
$this
->
addError
(
ucfirst
(
$fieldName
)
.
' is
blocked
.'
,
$fieldName
);
$this
->
isValid
=
false
;
}
}
...
...
Write
Preview
Supports
Markdown
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