dex/user
Eric Chiang 221a1ad7a0 user: fix password info JSON encoding to survive round trips
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
2016-02-23 16:25:56 -08:00
..
api *: remove in memory connector config repo 2016-02-12 13:19:05 -08:00
email *: remove in memory password info repo 2016-02-12 13:19:05 -08:00
manager *: fix govet warnings 2016-02-12 13:19:05 -08:00
email_verification.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
email_verification_test.go tests: fix user tests with for new behavior 2015-10-16 16:43:52 -07:00
invitation.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
invitation_test.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
password.go user: fix password info JSON encoding to survive round trips 2016-02-23 16:25:56 -08:00
password_test.go user: fix password info JSON encoding to survive round trips 2016-02-23 16:25:56 -08:00
user.go *: remove in memory user repo 2016-02-12 13:19:05 -08:00
user_test.go *: remove in memory user repo 2016-02-12 13:19:05 -08:00
util.go *: move original project to dex 2015-08-18 11:26:57 -07:00