User registration and password reset are broken due to the last_authenticated
value being null
#6457
Labels
bug
something isn't working as intended
Traffic Ops
related to Traffic Ops
Traffic Portal v1
related to Traffic Portal version 1
Milestone
This Bug Report affects these Traffic Control components:
Current behavior:
In Traffic Portal, try registering a new user, or resetting the password of an existing user. You'll notice that the operation fails. If you tail the logs, you'll see something similar to:
getting current user: querying current user: sql: Scan error on column index 9, name "last_authenticated": unsupported Scan, storing driver.Value type <nil> into type *time.Time
Expected behavior:
Registration/ password reset should work as expected.
Steps to reproduce:
In Traffic Portal, try registering a new user, or resetting the password of an existing user.
The text was updated successfully, but these errors were encountered: