silinternational/idp-id-broker

Remove outdated portion of welcome email

Closed this issue · 1 comments

Both the HTML and the plain test versions of the welcome email describe events that have already happened as being yet in the future:

<?=yHtml::encode($idpDisplayName)?> is in the process of transitioning from logging into websites using
an Insite account to this new "<?=yHtml::encode($idpDisplayName)?> account". In January 2018 the option to log in
to some websites using your Insite account will begin to go away. It will take some time for all the Insite-login
associated websites to change to using the new <?=yHtml::encode($idpDisplayName)?> login. Wherever you have the
option to use your new <?=yHtml::encode($idpDisplayName)?> account it is recommended you do so, but keep track of
your Insite username and password to use where only the Insite login screen is presented.

<?=$idpDisplayName?> is in the process of transitioning from logging into websites using
an Insite account to this new "<?=$idpDisplayName?> account". In January 2018 the option to log in
to some websites using your Insite account will begin to go away. It will take some time for all the Insite-login
associated websites to change to using the new <?=$idpDisplayName?> login. Wherever you have the
option to use your new <?=$idpDisplayName?> account it is recommended you do so, but keep track of
your Insite username and password to use where only the Insite login screen is presented.

I think we can simply remove those, leaving only the first sentence in that paragraph:

Congratulations! You have logged into your new {$idpDisplayName} account for the first time.

Addressed in #160