manager/general/src/main/java/org/apache/doris/stack/entity/CoreUserEntity.java [113:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.email = userAddReq.getEmail();
        this.firstName = userAddReq.getName();
        this.lastName = "palo";
        this.dateJoined = new Timestamp(System.currentTimeMillis());
        this.isSuperuser = false;
        this.isActive = true;
        this.isQbnewb = true;
        this.updatedAt = new Timestamp(System.currentTimeMillis());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



manager/general/src/main/java/org/apache/doris/stack/entity/CoreUserEntity.java [127:135]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.email = userAddReq.getEmail();
        }
        this.firstName = userAddReq.getName();
        this.lastName = "palo";
        this.dateJoined = new Timestamp(System.currentTimeMillis());
        this.isSuperuser = false;
        this.isActive = true;
        this.isQbnewb = true;
        this.updatedAt = new Timestamp(System.currentTimeMillis());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



