When trying to sign up for the marketplace I got an error message stating, that my password has to be at least 8 characters long. It has to contain a Upper- and lowercase letter. So I entered a password (meeting the stated requirements) and it would not work. After some trial and error I found out that there was a 32 character limit and not all special characters are supported. Please do either or both of the following:
Fix the code so the marketplace signup accepts an arbitrary length string (longer than 8 char) containing arbitrary characters (if upper and lower case is included)
When signing up state all password requirements including maximum length and allowed special characters
When trying to sign up for the marketplace I got an error message stating, that my password has to be at least 8 characters long. It has to contain a Upper- and lowercase letter. So I entered a password (meeting the stated requirements) and it would not work. After some trial and error I found out that there was a 32 character limit and not all special characters are supported. Please do either or both of the following:
When signing up state all password requirements including maximum length and allowed special characters