mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: sso to send welcome emails
This commit is contained in:
@@ -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 New Issue
Block a user