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

dww’s picture

Status: Active » Fixed

Good 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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