I'm really unsure about how to handle this.
What I think I need is to have the usernames people register with ( through the default Provider ) to be copied to the UserName
column of my other database, which has a junction table for a many:many relationship between User
and Badge
.
I've tried using SQL to copy the table over, but that's not really working out, as I don't know what table exactly I'm supposed to copy..
Any help would be dearly appreciated, and if more info is needed, please ask!