0
j.chow created
8 Answer(s)
-
0
-
0
Excuse me, I am wrong, I will continue to check it.
-
0
-
0
-
0
If you are in mainland China, you can't use google under normal circumstances:
https://www.google.com/recaptcha/api.js?hl=en
-
0
-
0
@j.chow
Please follow this issue https://github.com/aspnetzero/aspnet-zero-core/issues/2669
-
1
login.js chaged to bellow
ref:https://github.com/aspnetzero/aspnet-zero-core/pull/2670
abp.ui.setBusy( null, abp.ajax({ contentType: app.consts.contentTypes.formUrlencoded, url: $loginForm.attr('action'), data: $loginForm.serialize() }).fail(function () { var isUseCaptcha = abp.setting.getBoolean("App.UserManagement.UseCaptchaOnLogin"); if (isUseCaptcha) { grecaptcha.reset(); } //grecaptcha.reset(); }) );