• Eric Chiang's avatar
    user: fix password info JSON encoding to survive round trips · 221a1ad7
    Eric Chiang authored
    PasswordInfos are marshaled when storing them in the database as
    part of the local connector. However, the custom unmarsheler
    defined could not unmarshal the standard marshling of this struct.
    
    Add a struct tag to the Password field to correct this.
    
    Closes #332
    221a1ad7
config_repo_test.go 2.8 KB