When an anon user views a signup-enabled node the message reads:
An e-mail address is required for users who are not registered at this site. If you are a registered user at this site, please !login to sign up for this event.
The relevant code is line 872 of signup.module
'#description' => t('An e-mail address is required for users who are not registered at this site. If you are a registered user at this site, please !login to sign up for this event.', $login_array),
$login_array is not defined at this point.
Comments
Comment #1
dwwGood catch. Bug introduced via #174715: signups - add users in 5.x-2.4 only. Committed to HEAD -- this will be included in 5.x-2.5.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.