Post
Topic
Board Gambling
Re: BK8 - Biggest and Most Trusted Brand. Asia's #1 Crypto online casino BTC & USDT
by
erep
on 27/03/2022, 07:28:23 UTC
What I am trying to say is that the password choice is very limited since the password maximum length is only 12 characters. They also do not allow to use special characters (which really helps to improved the strength of the password). Those are major concerns regarding password.
I do not know if you have tried to create an account, but I am sure you will notice the password restrictions if you did. Smiley
I have checked the script in the password column, the password is only a maximum of 12 words without special characters but if you use random characters it will be difficult to guess the password, we don't even remember if we don't save the password in an important file (don't auto save the password in the browser).

I found something new, password changes on registered accounts can contain a maximum of 50 characters, very cool.

Quote
ng-minlength="6"
ng-maxlength="50"
ng-pattern="(?=.*[0-9])(?=.*[A-Za-z])[a-zA-Z0-9]{1,}$"