Hello,
we're currently trying to update from 9.1.3
to 9.2.3
and are having problems with new Single Sign On Setups / External Logins for first-time users, i.e. when registering a new local user through external login.
It looks like the "Register"-Button type in Volo.Abp.Account.Pro.Public.Web
inside Pages/Account/Register.cshtml
was changed from submit
to button
and so the form itself has no submit
-Functionality anymore. I have seen, that such a functionality was added to Register.js
, but that script is not included, when performing an ExternalLogin, I suppose @if (Model.EnableLocalRegister)
should rather be @if (Model.EnableLocalRegister || Model.IsExternalLogin)
or no guard at all for that part of the template.
I have verified that this regression is not only present in 9.2.0
but in the current version of 9.2.3
as well.
Kind Regards, Marc
3 Answer(s)
-
0
Thanks. I will check and fix it. 👍
-
0
hi
The fix code. It will be available in the next 9.2 patch version
Thanks.
-
0