History log of /forgerock/opendj2/resource/messages/account-unlocked.template
Revision Date Author Comments Expand
553c85ed2f0d3e07e4dc3433fa6cab045bc0022d 2824 28-Aug-2007 neil_a_wilson

Add an SMTP account status notification handler, which can be configured to send e-mail messages whenever an account status notification is generated. The message can be sent to the end user impacted by the notification (based on an attribute in the user's entry) and/or a fixed set of recipients. The messages that will be generated are created from template files, which can include tokens that will be replced with things like: - The name of the notification type - The notification message - The DN of the target user's entry - Attribute values from the target user's entry - Values of account status notification properties, which may vary based on the type of notification This change also includes a fix for a problem that could allow password expiration warning messages to be sent to a client even if the bind was not successful. OpenDS Issue Number: 581

/forgerock/opendj2/resource/config/config.ldif account-disabled.template account-enabled.template account-expired.template account-idle-locked.template account-permanently-locked.template account-reset-locked.template account-temporarily-locked.template account-unlocked.template password-changed.template password-expired.template password-expiring.template password-reset.template /forgerock/opendj2/resource/schema/02-config.ldif /forgerock/opendj2/src/admin/defn/org/opends/server/admin/std/SMTPAccountStatusNotificationHandlerConfiguration.xml /forgerock/opendj2/src/messages/messages/extension.properties /forgerock/opendj2/src/server/org/opends/server/extensions/NotificationMessageNotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/extensions/NotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/extensions/NotificationPropertyNotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/extensions/NotificationTypeNotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java /forgerock/opendj2/src/server/org/opends/server/extensions/TextNotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/extensions/UserAttributeNotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/extensions/UserDNNotificationMessageTemplateElement.java /forgerock/opendj2/src/server/org/opends/server/types/AccountStatusNotification.java /forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java