Open Closed

ExternalLogin "Register" seems broken since 9.2.0 #9710


User avatar
0
mharnos created

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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks. I will check and fix it. 👍

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The fix code. It will be available in the next 9.2 patch version

    Thanks.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Sorry this is the images

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 18, 2025, 07:10