manager/general/src/main/java/org/apache/doris/stack/entity/CoreUserEntity.java [179:193]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        UserInfo userInfo = new UserInfo();
        userInfo.setEmail(this.email);
        userInfo.setLdapAuth(this.ldapAuth);
        userInfo.setName(this.firstName);
        userInfo.setLocale(this.locale);
        userInfo.setLastLogin(this.lastLogin);
        userInfo.setActive(this.isActive);
        userInfo.setQbnewb(this.isQbnewb);
        userInfo.setUpdatedAt(this.updatedAt);
        userInfo.setSuperAdmin(this.isSuperuser);
        userInfo.setLoginAttributes(this.loginAttributes);
        userInfo.setId(this.id);
        userInfo.setDateJoined(this.dateJoined);
        userInfo.setCommonName(this.firstName);
        userInfo.setGoogleAuth(this.googleAuth);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



manager/general/src/main/java/org/apache/doris/stack/entity/CoreUserEntity.java [198:212]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        UserInfo userInfo = new UserInfo();
        userInfo.setEmail(this.email);
        userInfo.setLdapAuth(this.ldapAuth);
        userInfo.setName(this.firstName);
        userInfo.setLocale(this.locale);
        userInfo.setLastLogin(this.lastLogin);
        userInfo.setActive(this.isActive);
        userInfo.setQbnewb(this.isQbnewb);
        userInfo.setUpdatedAt(this.updatedAt);
        userInfo.setSuperAdmin(this.isSuperuser);
        userInfo.setLoginAttributes(this.loginAttributes);
        userInfo.setId(this.id);
        userInfo.setDateJoined(this.dateJoined);
        userInfo.setCommonName(this.firstName);
        userInfo.setGoogleAuth(this.googleAuth);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



