# File lib/chef/provider/user/pw.rb, line 38
        def manage_user
          command = "pw usermod"
          command << set_options
          run_command(:command => command)
          modify_password
        end