equal
deleted
inserted
replaced
455 // is actually issued when this type of login is performed. |
455 // is actually issued when this type of login is performed. |
456 |
456 |
457 var conf = confirm($lang.get('user_login_ajax_msg_used_temp_pass')); |
457 var conf = confirm($lang.get('user_login_ajax_msg_used_temp_pass')); |
458 if ( conf ) |
458 if ( conf ) |
459 { |
459 { |
460 var url = makeUrlNS('Special', 'PasswordReset/stage2/' + response.user_id + '/' + response.temp_password); |
460 var url = response.redirect_url; |
461 window.location = url; |
461 window.location = url; |
462 break; |
462 break; |
463 } |
463 } |
464 // else, treat as a failure |
464 // else, treat as a failure |
465 default: |
465 default: |