Commit bdff8195 by chenith

Prompt notification for unverified email address.

parent 6e98ec8c
......@@ -142,6 +142,10 @@ public class CompanyUser extends BaseCompanyUser
LogMgr.log(LoggingArea.ALL, LogLevel.PROCESSING1, "User Email verified", this);
}
else
{
request.getSession().setAttribute("EmailStillNotVerified", true);
}
request.getSession().setAttribute("EmailToVerify", null);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment