Skip to content

Sample project login prompt: InvalidUserNameOrPassword #266

@JackGuogit

Description

@JackGuogit

The error stems from a discrepancy in password settings between the default values in the source code of abp.vnext and the example you are using. Specifically, the default password in the abp.vnext source code is "1q2w3E*", whereas in your example, it is listed as "1q2w3e*". This inconsistency may be the root cause of the error you are experiencing.

You can find the source code for the abp.vnext default password settings in the following file: appsettings

Additionally, the default password connection in abp.vnext can be found in the following file: IdentityDataSeedContributor

Please ensure that the password settings in your example match those in the abp.vnext source code to resolve this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions