if (this.props.auth === "user") {
            validated = this.validateForm(this.props.renderUserError);
            if (validated) {
                this.props.changeUserPassword({
                    ID: this.props.user.ID,