opws / opws-dataset

Profiles for the user account systems of various sites.
Open Data Commons Open Database License v1.0
14 stars 2 forks source link

Update Ubisoft profiles #195

Closed stuartpb closed 7 years ago

stuartpb commented 7 years ago

Stray observations:

The password whitelist described on the linked "Help" page:

    whitelist:
      classes:
      - letters
      - numbers
      strings: ['_', '-', '.']

seems to be inaccurate, as I was able to set a password with spaces.

stuartpb commented 7 years ago

I'm going to leave password changing out:

  change:
    url: https://account.ubisoft.com/en-US/security-settings
    notes:
    - en: Click the "Change Password" button to initiate a password reset.

because it's locale-specific and actually distracts from the fact that there's only password reset.

stuartpb commented 7 years ago

Also, noting this line from the password reset email:

If you have previously requested to change your password, only the link contained in this e-mail is valid.

Presumably, that means requesting new password reset tokens invalidates old ones, which is another axis to consider in password reset that isn't being profiled right now.