Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

2.0.2 - Notify Admin Email & Template BUG?

Quote Reply
2.0.2 - Notify Admin Email & Template BUG?
Hi,

The default "Notify Admin" email includes this tag and message:

<%if user_status eq 'Not Validated'%>
You must validate the account from the admin.
<%endif%>

but the actual database field is "users_status" with an s after user.

I found this after trying to figure out the following...

I have 'Not Validated' set as the default for users when they sign up. I have the following included in the Notify Admin email that gets sent when a new user signs up:

<%if users_status eq 'Not Validated'%>
You must validate the account from the admin.
<%endif%>

(I also tried it with user_status). But no matter what happens or how I have it set up, I never get that part of the message displayed. It doesn't seem to get parsed or something.

Is this a known bug? I couldn't find it reported anywhere else in the GM forum.

Cheers,
R.