# Whether to start the recording of password changes or not.
#
# Cascading: true
# Reloadable: false
#
# Default: false
com.openexchange.passwordchange.history.enabled = false

# The number of entries that the server should keep. If set to "0" all entries for given user will be deleted.
#
# 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
