Custom Service Portal Registration fails with an error 'Please verify the security code'.Issue During registration of new customer in Customer Service Registration Portal, if the registration involves verification of Google recaptcha, registration fails with an error 'Please verify the security code'. ReleaseAll versionsCauseThe verification of recpatcha from Google involves an outbound REST call from Servicenow to Google captcha sites for verification of API token. App node logs indicate below in the response of outbound HTTP calls when outbound rest debug is enabled : response_body="{"success": false,"error-codes": ["invalid-keys"]}" This indicates that the token associated with the Google recaptcha sites has been expired and captcha verification failed during customer registration in the Service Portal. ResolutionA new site key has to be requested from Google API recaptcha verification sites, using the link below : https://developers.google.com/recaptcha/docs/faq Once new site key is retrieved, update the site key in below system properties : password_reset.captcha.google.enabled: set to true (true by default)Type is string google.captcha.site_key: Set to the site key that Google provided. Type: stringDefault: A site key that Google provided to ServiceNow google.captcha.secret : Set to the secret that Google provided. Type: password2Default: An encrypted secret that Google provided to ServiceNow