User
Login, signup, and account-management forms for secured areas of a site — private portals, member intranets, and anywhere else visitors need their own credentials.
There are three separate, non-interchangeable login systems, each with its own set of shortcodes:
Contact Form
Session state lives in $_SESSION['user_session'], checked/redirected by contact_form_session.
Module Form
Same shape as Contact Form, but reads/writes rows in a Datatable you specify with the required datatable attribute, instead of Contact records.