User 2FA Login record
Overview
Represents a historic record of a user logging in using two factor authentication on a given IP and user agent combination. Used to determine whether or not two factor authentication is required again for a given session.
Object name | security_user_two_factor_login_record |
---|---|
Table name | psys_security_user_two_factor_login_record |
Path | /preside-objects/admin/security/security_user_two_factor_login_record.cfc |
Properties
property name="security_user" relationship="many-to-one" relatedTo="security_user" required=true;
property name="logged_in_date" type="datetime" dbtype="datetime" required=false;