Fix: Refactor brute force password handling methods
Renamed several methods and variables related to brute force password handling to improve clarity and consistency. The renamed methods now better reflect their purpose, such as getPasswordHistoryRedisHashKey
and saveFailedPasswordCounterInRedis
. These changes enhance readability and maintainability of the authentication logic.
Signed-off-by: Christian Roessner c@roessner.co