Merge pull request #1390 from florianorben/fix-unable-to-change-pass

Fix: Unable to change password
Этот коммит содержится в:
Joram Wilander
2015-11-11 10:23:28 -05:00
родитель 0c43957c59 b88122bf6d
Коммит c305dd34d2

Просмотреть файл

@@ -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"`