After signing in a second time with RPX, the message displayed is

'Welcome back,'

Perhaps line 167:

drupal_set_message( t('Welcome back, ' . $account->full_name));

should be

drupal_set_message( t('Welcome back, ' . $account->name));

Comments

nrambeck’s picture

Assigned: Unassigned » nrambeck

Thanks. I actually removed the welcome message to conform to the Drupal's standard login which does not display a login welcome message. Changes committed to latest dev release.

nrambeck’s picture

Status: Active » Fixed

Marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.