Authenticating Against the Database

Using ASP.NET forms authentication against the database is the default configuration for mojoPortal and is recommended for most public facing web sites. You don't have to do anything to configure this other than the initial connection string setting for the database. Users are authenticated by their username or email address and password stored in the mp_Users table.