I'm migrating custom module from Odoo 10 to version 15, module in question is using website_portal module from Odoo 10 which is not used in version 15 anymore.
In Odoo 10, custom module is using website_portal module's website_account class.
What should I use instead website_portal module in Odoo 15?
Thank you.