# File lib/chef/provider/user/pw.rb, line 65 def unlock_user run_command(:command => "pw unlock #{@new_resource.username}") end