You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're on the Cracked Passwords page for a Task and try to sort the passwords via the cracked_at column, the results will be incorrect. This is caused by the boltdb/storm storage backend as the data is stored as JSON. Storm doesn't have the concept of ordering by time.Time objects that come out after a document is decoded
The text was updated successfully, but these errors were encountered:
If you're on the Cracked Passwords page for a Task and try to sort the passwords via the
cracked_at
column, the results will be incorrect. This is caused by the boltdb/storm storage backend as the data is stored as JSON. Storm doesn't have the concept of ordering by time.Time objects that come out after a document is decodedThe text was updated successfully, but these errors were encountered: