Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Fix an issue that would cause an error when trying to update a tournament record with invalid data. - Fix some issues around listing tournaments. - Fix an issue that would prevent the insertion of a record in a tournament with no scheduled reset and end time. - Ensure the devconsole applies user password updates even if no other fields change. ## [2.14.1] - 2020-11-02 ### Added Loading server/console_account.go +1 −1 Original line number Diff line number Diff line Loading @@ -363,7 +363,7 @@ func (s *ConsoleServer) UpdateAccount(ctx context.Context, in *console.UpdateAcc } } if len(statements) == 0 && !removeCustomID && !removeEmail && len(in.DeviceIds) == 0 { if len(statements) == 0 && !removeCustomID && !removeEmail && len(in.DeviceIds) == 0 && len(newPassword) == 0 { // Nothing to update. return &empty.Empty{}, nil } Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Fix an issue that would cause an error when trying to update a tournament record with invalid data. - Fix some issues around listing tournaments. - Fix an issue that would prevent the insertion of a record in a tournament with no scheduled reset and end time. - Ensure the devconsole applies user password updates even if no other fields change. ## [2.14.1] - 2020-11-02 ### Added Loading
server/console_account.go +1 −1 Original line number Diff line number Diff line Loading @@ -363,7 +363,7 @@ func (s *ConsoleServer) UpdateAccount(ctx context.Context, in *console.UpdateAcc } } if len(statements) == 0 && !removeCustomID && !removeEmail && len(in.DeviceIds) == 0 { if len(statements) == 0 && !removeCustomID && !removeEmail && len(in.DeviceIds) == 0 && len(newPassword) == 0 { // Nothing to update. return &empty.Empty{}, nil } Loading