at ServiceStack.Auth.UserAuthRepositoryExtensions.ValidateNewUser(IUserAuth newUser, String password) in C:\BuildAgent\work\3481147c480f4a2f\src\ServiceStack\Auth\UserAuthRepositoryExtensions.cs:line 212
at ServiceStack.Auth.OrmLiteAuthRepositoryBase`2.UpdateUserAuth(IUserAuth existingUser, IUserAuth newUser, String password) in C:\BuildAgent\work\3481147c480f4a2f\src\ServiceStack.Server\Auth\OrmLiteAuthRepository.cs:line 235
at ServiceStack.Auth.UserAuthRepositoryExtensions.UpdateUserAuth(IAuthRepository authRepo, IUserAuth existingUser, IUserAuth newUser, String password) in C:\BuildAgent\work\3481147c480f4a2f\src\ServiceStack\Auth\UserAuthRepositoryExtensions.cs:line 170
at Core.Services.ChangePasswordService.Post(ChangePassword request) in C:\workspace1\Source\Core\Services\ChangePasswordService.cs:line 38
at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in C:\BuildAgent\work\3481147c480f4a2f\src\ServiceStack\Host\ServiceRunner.cs:line 133
Yeah, thanks mythz. Sorry I tried to retract that statement before you read it as I realised we’re probably creating the UserAuth record ourselves. We’ll perform the same username check in our code.