Reenable Admin creation

This commit is contained in:
Hao Kung 2014-05-07 17:39:16 -07:00
parent be912b15dc
commit 4c026726f6
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class Startup
SampleData.InitializeIdentityDatabaseAsync(app.ApplicationServices).Wait();
//Creates a Store manager user who can manage the store.
//CreateAdminUser(app.ApplicationServices).Wait(); // todo: sql identity doesn't support roles yet
CreateAdminUser(app.ApplicationServices).Wait();
}
/// <summary>