Wouter Haffmans

Results 1 issues of Wouter Haffmans

The Change Password API ('/userapi/password') doesn't properly validate the old password. It calls the `PasswordHasher.Hash` directly (which generates a hash with a new salt), rather than `PasswordHasher.Verify`. See RegistrationController.cs line...