OSDN Git Service

Normalize the identity_url when it's set.
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 12 Feb 2009 04:31:28 +0000 (04:31 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 12 Feb 2009 04:31:28 +0000 (04:31 +0000)
commit60dc3572713d21b3292f7d81a6f264178291d265
treea3afc88fecd9de80f2e10c61c88e2261c8cabbf4
parent14e445c600b5efefa2e7333d0a5cf85bdabf2653
Normalize the identity_url when it's set.

OpenId uses a specific format for the url it uses which requires the protocol
and trailing slash.  This change will normalize the value to when a user sets it.

  #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2453 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/user.rb
test/unit/user_test.rb