I want to use oxwall with an existing site. Due to the site structure, I can't use the ow_base_user table to hold user records. We already have a table with thousands of user records.
I want oxwall to refer to our current table to access user data instead of the ow_base_user table.
Where in the code can I go about doing this? I've searched the source code and I'm at a loss on how to do this.