blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

I don't see the default admin/admin account. #199

Closed dynamiclynk closed 4 years ago

dynamiclynk commented 4 years ago

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.

dynamiclynk commented 4 years ago

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.

rxtur commented 4 years ago

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.

dynamiclynk commented 4 years ago

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[https://github.com/blogifierdotnet/Blogifier/issues/199#issuecomment-629685714], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAEXZ3BZ62EW6UQ4YQMQZEDRR3JH3ANCNFSM4NC573HQ]. [https://github.com/notifications/beacon/AAEXZ3GFVGPC7PNQEL4TB6DRR3JH3A5CNFSM4NC573H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEWED3UQ.gif]

rxtur commented 4 years ago

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.

dynamiclynk commented 4 years ago

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[https://github.com/blogifierdotnet/Blogifier/issues/199#issuecomment-629686561], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAEXZ3FJHK4FXGO2D3F4KA3RR3J7RANCNFSM4NC573HQ]. [https://github.com/notifications/beacon/AAEXZ3CVQT7ZRTTQUIV46ATRR3J7RA5CNFSM4NC573H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEWEECII.gif]

rxtur commented 4 years ago

No problem, glad to help.