Jeremy is correct.
Any member who has not confirmed their account will see a message with a link when they log in.
The message will be present until they confirm their account.
It is a notice. It is contained in this template:
Admin CP -> Appearance -> Templates -> notice_confirm_email
If it's not showing then make sure your user state is awaiting email confirmation. This problem might also be due to a template customization. Notices are called in
PAGE_CONTAINER:
Code:
<xen:hook name="page_container_notices">
<xen:include template="notices" />
</xen:hook>
Thanks. I use the Aurora theme as a basis, and see this in my PAGE_CONTAINER ...
Code:
<xen:if is="@aur_ShowNoticesInHeader == false">
<xen:hook name="page_container_notices">
<xen:include template="notices" />
</xen:hook>
</xen:if>
Confirmed that '@aur_ShowNoticesInHeader' in Style Properties is false (unticked).
Confirmed that the test user is set to 'Awaiting Email Confirmation'
Logged in as test user, and still do not see any default Notice regarding requiring to confirm email address when logged in.
I've setup my own Notice, via Notices system, and see that though.