Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
9ec0bb9d
Commit
9ec0bb9d
authored
Feb 07, 2019
by
Bertrand Gauthier
Browse files
Correction du mapping User: spécification du nom de la colonne 'password_reset_token'.
parent
3b2dca42
Pipeline
#3547
failed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Entity/Db/AbstractUser.php
View file @
9ec0bb9d
...
...
@@ -57,7 +57,7 @@ abstract class AbstractUser implements UserInterface, ProviderInterface
/**
* @var string
* @ORM\Column(type="string", length=256)
* @ORM\Column(
name="password_reset_token",
type="string", length=256)
*/
protected
$passwordResetToken
;
...
...
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