Add `$multifactorActive` property for user dbo
authorjoshuaruesweg <ruesweg@woltlab.com>
Sun, 22 Nov 2020 10:25:57 +0000 (11:25 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Sun, 22 Nov 2020 10:25:57 +0000 (11:25 +0100)
wcfsetup/install/files/lib/data/user/User.class.php

index 8bc0e834c6743cb81f8b43ac966fa22c07b053c3..8b17991c1e8f1b34d321e01099722f4fd4cd0ed5 100644 (file)
@@ -73,6 +73,7 @@ use wcf\util\UserUtil;
  * @property-read      integer         $disableCoverPhotoExpires       timestamp at which the user's cover photo will automatically be enabled again
  * @property-read      integer         $articles                       number of articles written by the user
  * @property-read       string          $blacklistMatches               JSON string of an array with all matches in the blacklist, otherwise an empty string 
+ * @property-read       integer         $multifactorActive              is `1` if the use has enabled a second factor, otherwise `0` 
  */
 final class User extends DatabaseObject implements IPopoverObject, IRouteController, IUserContent {
        /**