if len(form["first_name"]) > 0 and user.first_name != form["first_name"]:
            update["first_name"] = form["first_name"]