# File lib/chef/provider/user/useradd.rb, line 88 def unlock_user run_command(:command => "usermod -U #{@new_resource.username}") end