Closed belenos12345 closed 4 years ago
Hello @belenos12345 and thank you for using my package. Unfortunately there was a bug in the way that i was registering the custom tables in the DI mechanism. Your code is exactly what you should use. Please update to version 3.1.1 of the library and the problem should be resolved. If everything works as expected please let me know if i can close this issue.
Hi Georgios,
Thank you for the quick update and the effort! It's working like a charm now.
Best regards, Rayko
Does anyone know how to rename table names, i tried overriding the Users table to rename the database name from AspNetUsers to Users, but the overriding still did not work..
I've implemented a custom UsersTable to handle our custom IdentityUser:
With Startup amended to:
everything works fine, except the insert and update of an AppUser. The overridden methods CreateUserAsync and UpdateAsync are not called. Do I miss something?