Bump credential password DB field to 500 charactersOpen

Login username is 500 but not login password?

`login_username` varchar(500) DEFAULT NULL,
`login_password` varbinary(200) DEFAULT NULL,
Milestone:
No milestone set
Assigned To: =^_^=Marcus
Created Date: 2025-01-14 11:36:04
Discussion Link:

Comments 1

[o_O] Johnny Commented on 2025-01-17 10:34:20

Its also a varbinary, ill play with moving it to a varchar(500) and see what happens