If permissions restrict signups to authenticated users, a login link is displayed on the signup-enabled node.
However if signups are closed there is no link, nor is there any message saying that signups are closed.

Proposed Resolution:
If permissions require authentication for signups, signups module should show either:
a) a login link if signups are open or
b) a "Signups closed" message if signups are closed

CommentFileSizeAuthor
#2 signup_status_for_anon.patch472 bytesdruliner

Comments

druliner’s picture

Adding a patch

druliner’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
StatusFileSize
new472 bytes

I've added a signup_signups_closed to $output if the user is not logged in or doesn't have access to signup.

This to prevent anonymous or unpriveledged users from trying to figure out how to signup for a closed node.