# File lib/chef/provider/user.rb, line 32
      def initialize(new_resource, run_context)
        super
        @user_exists = true
        @locked = nil
      end