if (userPhoto) {
            this.setValue('userPhoto', userPhoto.src);
        } else {
            this.setValue('userPhoto', this.config.userPhotoDefault);
        }