For those of us that need to use a data type other than integers to store User Ids, the ResetPasswordWithToken method throws a RuntimeBinderException if the UserId field is a type other than an integer.
I have been able to get around this issue by downloading the source code and assigning the UserId value selected out of the database to a dynamic but it would be nice if you guys fixed this in the next release. This is the only code I could find that tries to explicitly cast the UserId column to an integer.
All the best and many thanks,
Marcus
I have been able to get around this issue by downloading the source code and assigning the UserId value selected out of the database to a dynamic but it would be nice if you guys fixed this in the next release. This is the only code I could find that tries to explicitly cast the UserId column to an integer.
All the best and many thanks,
Marcus