Skip to content

1.2.0

Compare
Choose a tag to compare
@melistik melistik released this 22 Jun 11:20
· 308 commits to master since this release
  • added custom password, username and email validation + endpoint
  • allow to configure password and username requirements via properties
    • password-default: length at least 8, 1 upper, 1 lower, 1 special, 1 digit
    • username-default: a-z and digits and special ".-_"
  • added validation endpoint in order to check in advance
  • added option to reset password also via username
  • many small changes regarding the error handling and errorCodes
  • upgraded spring-boot 2.0.3