If the user model is modified and certain fields are missing (e.g. username), various pages will return errors.
Will need to evaluate where the user model is referenced and update so that either the user can specify field names for required fields or fail gracefully.
If the user model is modified and certain fields are missing (e.g.
username
), various pages will return errors.Will need to evaluate where the user model is referenced and update so that either the user can specify field names for required fields or fail gracefully.