QuickApp icon indicating copy to clipboard operation
QuickApp copied to clipboard

How to register a user(create a new user) before login?

Open gituseryt opened this issue 6 years ago • 1 comments

gituseryt avatar Apr 26 '19 21:04 gituseryt

@gituseryt Go to QuickApp/DAL/DatabaseInitializer.cs then find method public async Task SeedAsync()

   await CreateUserAsync("user", "tempP@ss123", "Inbuilt Standard User", "[email protected]", "+1 (123) 000-0001", new string[] { userRoleName });

And here is code to create new account;

Mynken avatar Jul 07 '19 20:07 Mynken