Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample project login prompt: InvalidUserNameOrPassword #266

Open
JackGuogit opened this issue Feb 22, 2024 · 1 comment
Open

Sample project login prompt: InvalidUserNameOrPassword #266

JackGuogit opened this issue Feb 22, 2024 · 1 comment

Comments

@JackGuogit
Copy link

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.

@maliming
Copy link
Member

1q2w3E* is the password of a user.

1q2w3e* is the ClientSecret of an oAuth's client/application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants