# File lib/merb-core/controller/mixins/authentication.rb, line 150
    def username
      provided? ? @auth.credentials.first : nil
    end