pepyatka / pepyatka-html

HTML client for Pepyatka
MIT License
16 stars 25 forks source link

Introduce password policy #198

Open smallq-git opened 9 years ago

smallq-git commented 9 years ago

Right now we don't have any limitations for the password. To reduce the number of possible issues let's introduce a basic password policy.

  1. Minimum length: 6 characters.
  2. Letters: only latin.
  3. Special characters allowed (escape this shit!) but not required.
  4. Numerals allowed but not required.
  5. Maximum length: 25 characters.
smallq-git commented 9 years ago

Updated min length to 6 as it was in frf: https://docs.google.com/document/d/1xKw_MMoU8Bda5N_dRzkDtSbWrymVsSU0edvdW6PfalI/edit?usp=sharing (User Settings, section 2.6)