In the dialog's code-behind or ViewModel binding: check that passwords match, neither field is empty, and password meets minimum length (suggest 6 chars). Show inline error messages if validation fails. No SQL needed — pure UI logic. Labels: UI, validation
ViewModels/PasswordResetViewModel.cs — modify (add validation logic to the ViewModel your partner binds against)
In the dialog's code-behind or ViewModel binding: check that passwords match, neither field is empty, and password meets minimum length (suggest 6 chars). Show inline error messages if validation fails. No SQL needed — pure UI logic. Labels: UI, validation
ViewModels/PasswordResetViewModel.cs — modify (add validation logic to the ViewModel your partner binds against)