BUGFIX: sso to send welcome emails
This commit is contained in:
parent
74a1145a0b
commit
50a8d3caae
2 changed files with 7 additions and 0 deletions
spec/controllers
|
@ -57,6 +57,7 @@ describe SessionController do
|
|||
logged_on_user.username.should == 'sam'
|
||||
|
||||
logged_on_user.single_sign_on_record.external_id.should == "666"
|
||||
logged_on_user.active.should == true
|
||||
end
|
||||
|
||||
it 'allows login to existing account with valid nonce' do
|
||||
|
|
Reference in a new issue