Open Closed

Password Settings does not works as expected, maybe only Angular UI problem #166


User avatar
0
talhazengin created

(Angular UI - Separated Identity Server - Abp 2.7.0)

Choose only "Require lowercase character"

Save

And when you want save a new user,

it says password must have number, capital ...


7 Answer(s)
  • User Avatar
    0
    armanozak created

    Hi,

    We could not reproduce this problem. However, with v2.7.1 we have replaced this form with a dynamic one and the password field is now right after the username (that's how we've noticed you are using 2.7.0).

    Could you please remove yarn.lock (or package-lock.json) in your project and reinstall npm packages? You should not have that issue after the upgrade.

    P.S. This is the validation error we are getting when rule is lowercase only and all number keys are pressed:

  • User Avatar
    0
    talhazengin created

    Hi, Sorry for misinformation. Angular version was 2.6.2 but Abp backend version is 2.7.0. I checked it in 2.7.0 and i see no problem. Thank you.

  • User Avatar
    0
    talhazengin created

    Hi @armanozak,

    We see that the problem occurs again. Does not work if we don't refresh the page. Even if we refresh the page, some requirements not works.

    • Angular v2.9.0
    • Backend v2.9.0
    • Separated Identity Server
  • User Avatar
    0
    talhazengin created

    Any progress on this?

  • User Avatar
    0
    armanozak created

    Hi @talhazengin,

    We have been able to reproduce and solve the issue. There is an open PR and the problem will be solved soon. I will inform you about the progress and waht to do next.

  • User Avatar
    0
    armanozak created

    Hi @talhazengin,

    We have published a new package. Please run yarn upgrade @volo/abp.ng.identity.config in your terminal to update the package. This should fix the issue.

    I am waiting for your feedback before closing the issue.

    Have a nice day.

  • User Avatar
    0
    talhazengin created

    Hi @armanozak,

    We checked. Seems no problem. Thanks.

    Have a good day.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11