if attributes.has_key?(:username)
            if attributes[:username].is_a? Proc
              data[:username] = instance_eval &attributes[:username]
            else
              data[:username] = send attributes[:username]