Skip to content
Snippets Groups Projects
Commit 7fa298e7 authored by Václav Bartoš's avatar Václav Bartoš
Browse files

Changed the character set of generated passwords

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.
parent 3fdab5f2
Branches
Tags 0.94
Loading
Showing
with 31 additions and 31 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment