# File lib/merb-auth-more/strategies/basic/openid.rb, line 126 def find_user_by_identity_url(url) user_class.first(:identity_url => url) end