Announcement

Collapse
No announcement yet.

Release 6.20.0: Configuration parameters for Password Change.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 6.20.0: Configuration parameters for Password Change.

    A new configuration file will be added: passwordchange.properties.

    The following parameters will be added:

    com.openexchange.passwordchange.showStrength=false
    Show a widget, which displays the current passwort Strength while entering. (default: false)

    com.openexchange.passwordchange.minLength=4
    The minimum length of an entered password. (default: 4)

    com.openexchange.passwordchange.maxLength=0
    The maximum length of an entered password. 0 for unlimited. (default: 0)

    com.openexchange.passwordchange.regexp=[^a-z0-9]
    Defines the class of allowed special characters as Regular Expression. (default: [^a-z0-9])

    com.openexchange.passwordchange.special=$, _, or %
    Shows an example of allowed special characters to the user. Should be a subset of regexp in a human readable format. (default: $, _, or %)
Working...
X