Name

global.PwdVerifyIdentityDESKTOP

Description

Verify identity in password reset process.

Script

var PwdVerifyIdentityDESKTOP = Class.create();

PwdVerifyIdentityDESKTOP.prototype = Object.extendsObject(PwdVerifyIdentity, {
  /*
   * Override the function that tests for Google captcha (The Windows Desktop application, does not support Google reCaptcha)
  */
  _isGoogleCaptchaUsed:function() {
  	return false;
  },
  
  type: 'PwdVerifyIdentityDESKTOP'
});

Sys ID

1fb23c83531222004acce17de2dc343c

Offical Documentation

Official Docs: