# If set to "true" password changes will be recorded. If set to "false" the feature is disabled and no password changes will be recorded. This means *not* that password changes are disabled.
#
# Cascading: true
# Reloadable: false
#
# Default: true
com.openexchange.passwordchange.history.enabled = true

# The number of entries that the server should keep. If set to "0" all entries for given user will be deleted. Setting the value to "0" efficiently disables the feature for a user/context.
#
# Cascading: true
# Reloadable: false
#
# Default: 10
com.openexchange.passwordchange.history.limit = 10

# The actual recorder that saves and retrieves the data. Currently shipped "default" for a MySQL implementation.
#
# Cascading: true
# Reloadable: false
#
# Default: default
com.openexchange.passwordchange.history.recorder = default
