fred4jupiter / fredbet

Simple football betting application using Spring Boot, Thymeleaf and Bootstrap. Well prepared for betting with friends.
MIT License
119 stars 63 forks source link

Password change does not allow passwords longer than 12 chars #26

Closed trigrab closed 3 years ago

trigrab commented 3 years ago

I think when allowing longer passwords, these lines were forgotten. https://github.com/fred4jupiter/fredbet/blob/4a1f61b53a78b00069dcc49190f633c438a9ff89/src/main/java/de/fred4jupiter/fredbet/web/profile/ChangePasswordCommand.java#L15

https://github.com/fred4jupiter/fredbet/blob/4a1f61b53a78b00069dcc49190f633c438a9ff89/src/main/java/de/fred4jupiter/fredbet/web/profile/ChangePasswordCommand.java#L19

Thanks for this wonderful project :)

fred4jupiter commented 3 years ago

Yes, I fixed that yesterday. It's 100 char now. Please check latest version. It's not in the released version by now.

fred4jupiter commented 3 years ago

Ah, sorry. You are right. That's I've been forgotten. I will fix that asap.

fred4jupiter commented 3 years ago

Corrected with 65db80fa5913ec1f6ebab2a07299d89533810883