From b88122bf6d472f317df85bd54df18d25b1965566 Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Wed, 11 Nov 2015 00:13:50 +0100 Subject: Fix: Unable to change password --- model/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model') diff --git a/model/user.go b/model/user.go index 0ce8e1733..35bd724d2 100644 --- a/model/user.go +++ b/model/user.go @@ -35,7 +35,7 @@ type User struct { Username string `json:"username"` Password string `json:"password,omitempty"` AuthData string `json:"auth_data,omitempty"` - AuthService string `json:"auth_service,omitempty"` + AuthService string `json:"auth_service"` Email string `json:"email"` EmailVerified bool `json:"email_verified,omitempty"` Nickname string `json:"nickname"` -- cgit v1.2.3-1-g7c22