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
f1fdbad0
Commit
f1fdbad0
authored
Jul 15, 2018
by
Stefan Busemann
Browse files
[BUGFIX] set missing pid
parent
39a0adbb
Pipeline
#4962
passed with stages
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Classes/Hooks/ReactivateUserHook.php
View file @
f1fdbad0
...
...
@@ -80,6 +80,7 @@ class ReactivateUserHook
$frontendUser
->
setEmail
(
$oldUser
->
getEmail
());
$frontendUser
->
setName
(
$oldUser
->
getUsername
());
$frontendUser
->
setPassword
(
$random
->
generateRandomBytes
(
20
));
$frontendUser
->
setPid
(
5
);
$userRepository
->
add
(
$frontendUser
);
$this
->
persistenceManager
->
persistAll
();
...
...
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