rustd / AspnetIdentitySample

476 stars 248 forks source link

change table name from pure web api application #31

Closed handoyo closed 10 years ago

handoyo commented 10 years ago

Hi,first of all thanks for the great sample.i would likesss to ask if it's possible to implement changing aspnetusers table name and add fields.thanks a lot. :)

rustd commented 10 years ago

Thanks and most welcome. Yes it is possible to change the table name. You can look in the Models folder /Models/AppModel.cs and see how to add more properties to the User model and change the table name

handoyo commented 10 years ago

Hi,i've tried according appmodel.cs,it still creates aspnetuser table.Is it ok with you if i send the code to you?thanks

rustd commented 10 years ago

yes you can send me your code

handoyo commented 10 years ago

What is your email?or where should i send it to?thanks

handoyo commented 10 years ago

This is the code.Thanks ChristianSocial.rarhttps://docs.google.com/file/d/0B98rC3QN-4vCejJqWEVUN25XSjQ/edit?usp=drive_web

On Tue, Jan 14, 2014 at 12:12 PM, rustd notifications@github.com wrote:

yes you can send me your code

— Reply to this email directly or view it on GitHubhttps://github.com/rustd/AspnetIdentitySample/issues/31#issuecomment-32239324 .

handoyo commented 10 years ago

Hi,did you saw my code?Sorry if i disturb you while you're busy.Thank you