There are many identities to a user in the schema presented in the SQL file, so Kohana pluralizes the model name when attempting to access the identities for a user.
The fix I used was simply to change the schema so the table name was "user_identities" instead of "user_identity".
There are many identities to a user in the schema presented in the SQL file, so Kohana pluralizes the model name when attempting to access the identities for a user.
The fix I used was simply to change the schema so the table name was "user_identities" instead of "user_identity".