Default access constructor, prevent outsite creation
NOTE: the implementation should init the following:
- Is Guest or not
- Call initRemoteAddr_UserAgent()
- The memberCssPath
- The memberLogoPath
Check to make sure that the captcha answer is correct
Parameters: answer - String the captcha answer to check throws: BadInputException - in case the captcha answer is not correct
public boolean updateNewMessageCount(boolean forceUpdate)(Code)
validateCaptchaResponse
public boolean validateCaptchaResponse(String anwser)(Code)
Validate the anwser of the captcha from user
Parameters: anwser - String the captcha anwser from user boolean true if the answer is valid, otherwise return false