QuickApp
QuickApp copied to clipboard
How to register a user(create a new user) before login?
@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;