Skip to content
Snippets Groups Projects
  • Václav Bartoš's avatar
    7fa298e7
    Changed the character set of generated passwords · 7fa298e7
    Václav Bartoš authored
    Passwords which may be passed via HTTP basic auth (as "<username>:<password>") shouldn't contain a colon. Although it should work according to corresponding RFC, a colon in password causes problems in some servers (Cortex at minimum).
    Therefore, we only allow letters and numbers in most of the automatically generated passwords.
    7fa298e7
    History
    Changed the character set of generated passwords
    Václav Bartoš authored
    Passwords which may be passed via HTTP basic auth (as "<username>:<password>") shouldn't contain a colon. Although it should work according to corresponding RFC, a colon in password causes problems in some servers (Cortex at minimum).
    Therefore, we only allow letters and numbers in most of the automatically generated passwords.