Skip to content

Commit

Permalink
add Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
arichika committed Aug 14, 2014
1 parent 871593f commit ed69a75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Steps to run project

var manager = new ApplicationUserManager(new UserStore<ApplicationUser>(context.Get<ApplicationDbContext>() as OracleDatabase));

Notice
======

Please change to the table name you want.
By default, "ANID2{Purpose}" (e.g. "ANID2USERS"), which means that "AspNetUsers" ASP.NET Identity is created automatically.

See Also
========

Expand Down

0 comments on commit ed69a75

Please sign in to comment.