This version is deprecated. See the latest version.
Messages
There are three kind of response messages. Use the warning message when the user needs to take an action, e.g. correcting a form field. The error message must only be used when the system, or a background system, fails.
Your profile was updated
Please correct the indicated fields below
Your account can not be displayed. Please try again later.
<div class="success">Your profile was updated</div>
<div class="warning">Please correct the indicated fields below</div>
<div class="error">Your account can not be displayed. Please try again later.</div>