Convert OpenID authentication to generic third party authentication
This commit is contained in:
parent
eaf4b32a7f
commit
e434cb154c
14 changed files with 254 additions and 175 deletions
|
@ -886,7 +886,8 @@ class UserControllerTest < ActionController::TestCase
|
|||
assert_equal false, user.image.file?
|
||||
assert_equal false, user.email_valid
|
||||
assert_nil user.new_email
|
||||
assert_nil user.openid_url
|
||||
assert_nil user.auth_provider
|
||||
assert_nil user.auth_uid
|
||||
assert_equal "deleted", user.status
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue