Added by Joseph Witanto almost 9 years ago
I'm trying the Wt blog example
Function :
void editProfile() {
loginWidget_->letUpdatePassword(session_.login().user(), true);
}
makes user who wants to change password input the password first
But when I try to open the dialog, the old password is automatically filled, which I think is not secure
Is this the default behavior? How to turn it off?
Thanks :)