use command line create project admin password has error!
See original GitHub issueWhen i use command line create a new project
dotnet new skoruba.is4admin --name MyProject --title MyProject --adminemail "admin@example.com" --adminpassword "Pa$$word123" --adminrole MyRole --adminclientid MyClientId --adminclientsecret MyClientSecret --dockersupport false
generate password actulay is not match
Pa$$word123
file path is MyProject.Admin
/identitydata.json
json path is /IdentityData
/Users
/Password
here is generated!
{
"IdentityData": {
"Roles": [
{
"Name": "MyRole"
}
],
"Users": [
{
"Username": "admin",
"Password": "Patempword123",
"Email": "admin@example.com",
"Roles": [
"MyRole"
],
"Claims": [
{
"Type": "name",
"Value": "admin"
}
]
}
]
}
}
password actulay is Patempword123
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Admin password error
Make sure the account you are attempting the operations on is an admin account. Here are also some other methods to try: 1....
Read more >How do I pass the password to a net use command which ...
1 Answer 1 · Use a variable for the password. set "password=b91A*9AIvPr%" net use \\192.168.40.40 /user:192.168.40.40\Administrator %password%.
Read more >cmd syntax error net user password
Right click Computer Manage Local Users and Groups Users Right Click the user name Change Password .
Read more >Windows Server 2012/16 "administrator password is blank" ...
Your current administrator account is Password protected. Create a password for the "Administrator" account, then the problem is solved.
Read more >grafana-cli admin reset-admin password does not work if ...
@diogoim I can confirm that using the command line to reset admin user password : grafana-cli admin reset-admin-password will recreate an admin ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Because the password is too simple and does not meet the requirements of identityuser password, the admin user cannot be created, resulting in the failure to log in
I have Install Templates::1.0.0 ,When I create Project Using “–dockersupport true” and run/debuge in Visual Studio 2019, it cann’t add admin account to Users table.I try to Change identitydata.json data that password value .it still cann’t work