We use Odoo V15 and the e-Learning module to host our private courses. The courses are "invite only" since we have to manually invite each user the need to validate their emails. If it matters we add a user as a contact and grant them portal access before inviting them to the course.
1) Is it possible to disable email verification?
2) If it's not possible to disable email verification, is it possible to programmatically verify each user when we create them as a contact, or invite them to the course? Which methods would I need to override to accomplish this?
3) Which value in the database stores whether a user has verified their email or not?