79594234

Date: 2025-04-26 17:53:10
Score: 1
Natty:
Report link

If username and password are set in application.properties file then we can't get generated security password.

Removing of below properties from application.properties file will generate it,

spring.security.user.name= (your username)
spring.security.user.password= (your password)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kanad Joshi