Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate combinations of factors for password reset / username reminder #14

Open
stuartpb opened this issue Nov 15, 2017 · 1 comment

Comments

@stuartpb
Copy link
Member

This is one of the classes of note being pulled out of profiles with #1 (comment) (see also opws/opws-dataset#309):

  • hrblock.com: password.reset.flow.request.form.notes ("Also accepts a combination of first name, last name, Social Security number, and date of birth.")
  • hrblock.com: username.reminder.request.form.notes ("Also accepts a combination of first name, last name, Social Security number, and date of birth.")
  • netflix.com: password.reset.flow.request.form.notes ("Also accepts a combination of first name, last name, and credit card number.")
@stuartpb
Copy link
Member Author

stuartpb commented Nov 15, 2017

Previously discussed in opws/opws-dataset#149: before the form design for this stuff, there was a single accepts field that listed accepted combinations of factors.

Maybe a 2D proofs (or factors or something) array, where each list within the list describes a valid combination of inputs that's acceptable? Or bring back accepts, like the account.accepts structure, but have it be submit.accepts (or also.accepts), and two-dimensional?

One of the issues with this is that, frequently, the alternative list is just a completely separate list of factors that may not have tokens in the schema. (This is especially the case for many of the further.requirements notes listed in #1 (comment).)

stuartpb added a commit to opws/opws-dataset that referenced this issue Nov 15, 2017
Per #309

Changing the schema to better describe this kind of nuance is being discussed at opws/opws-schemata#14
stuartpb added a commit to opws/opws-dataset that referenced this issue Nov 15, 2017
Per #309

Changing the schema to better describe this kind of nuance is being discussed at opws/opws-schemata#14
stuartpb added a commit to opws/opws-dataset that referenced this issue Nov 15, 2017
Per #309

Changing the schema to include alternate accepted credentials like this is being discussed at opws/opws-schemata#14
stuartpb added a commit to opws/opws-dataset that referenced this issue Nov 15, 2017
Per #309

Changing the schema to include alternate accepted credentials like this is being discussed at opws/opws-schemata#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant