owncloud / marketplace-issues

:convenience_store: public bug tracker for the ownCloud MarketPlace
0 stars 0 forks source link

Password can only be 32 characters, some characters not supported. #36

Open prk0ghy opened 3 years ago

prk0ghy commented 3 years ago

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:

  1. 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)
  2. When signing up state all password requirements including maximum length and allowed special characters

    Screenshot_20211121_133419