Bug found
-
The following case has not been considered:
1. When the user is correct but the password is incorrectThis case generates error in JS because it does not return the complete json object. I corrected it by adding else in the validation $ zm_alr_settings [ ‘zm_alr_misc_force_check_password’] == ‘zm_alr_misc_force_check_password_yes’
if ( $zm_alr_settings[‘zm_alr_misc_force_check_password’] == ‘zm_alr_misc_force_check_password_yes’ ){
/…../
}else{
/* Code and Status Added by Widget Personal Computer */
$status = $this->_zm_alr_helpers->status(‘invalid_username_password’);
}regards
- The topic ‘Bug found’ is closed to new replies.