STORE_GREETING_IN_COOKIE = Setting('STORE_GREETING_IN_COOKIE', True, USERS_SET, dict(
label = _("Store greeting in cookie"),
help_text = _("If you check this the greeting will be stored in a cookie and the users won't be notified on logout."),
STORE_GREETING_IN_COOKIE = Setting('STORE_GREETING_IN_COOKIE', True, USERS_SET, dict(
label = _("Store greeting in cookie"),
help_text = _("If you check this the greeting will be stored in a cookie and the users won't be notified on logout."),