-
Notifications
You must be signed in to change notification settings - Fork 520
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
I don't see the default admin/admin account. #199
Comments
I thought the migrations didn't execute but they did but the admin/admin user is missing. AspNetRoles is also empty I am able to create a user that has IsAdmin=true in the Authors table but the admin View is not providing much interaction with the blog itself. |
The seed data with default admin account is for demo purposes only. When you start new blog from scratch, you just register new account using actual blogger name and start building your own content. |
I did that but is there an interface to add roles because the interface I see only let's me modify the current user
May 16, 2020 13:10:07 rxtur <notifications@github.com>:
… The seed data with default admin account is for demo purposes only. When you start new blog from scratch, you just register new account using actual blogger name and start building your own content. —
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub[#199 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAEXZ3BZ62EW6UQ4YQMQZEDRR3JH3ANCNFSM4NC573HQ]. [https://github.com/notifications/beacon/AAEXZ3GFVGPC7PNQEL4TB6DRR3JH3A5CNFSM4NC573H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEWED3UQ.gif]
|
|
Ah ok thank you.
May 16, 2020 13:16:28 rxtur <notifications@github.com>:
… > Blogifier is a single-user personal blog... If you are looking for a multi-user Angular version of Blogifier, please find it under Blogifier.SPA repository.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub[#199 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAEXZ3FJHK4FXGO2D3F4KA3RR3J7RANCNFSM4NC573HQ]. [https://github.com/notifications/beacon/AAEXZ3CVQT7ZRTTQUIV46ATRR3J7RA5CNFSM4NC573H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEWEECII.gif]
|
No problem, glad to help. |
Is their a seed script somewhere I didn't find it as part of the EF migration, maybe I am missing something or my setup is wrong.
I am using MYSQL.
I checked the AspNetUsers table it is empty.
The text was updated successfully, but these errors were encountered: