mannhullet / mannhullet_no

The webpage of the student association Mannhullet at NTNU
https://www.mannhullet.no
0 stars 0 forks source link

Some users have the created timestamp set to 0 #8

Open andrebk opened 6 years ago

andrebk commented 6 years ago

The User table in the database contains a created field, which holds a unix timestamp for the time the user was created. For some users this timestamp is set to zero, which is obviously wrong. I have no idea what causes this behaviour.

To see affected users, run the following query against the database: SELECT * FROM User WHERE created = 0