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

{password,username}.value.{start,end} #251

Open stuartpb opened 7 years ago

stuartpb commented 7 years ago

Right now, a lot of "must" and "mustnot" rules are for "must begin with a letter" or "must not start or end with space" (and I'm pretty sure every instance of required[0].classes[0]: nonspaces has been a mistranscription of that last one).

It'd be cool to make value.start and value.end into contents-like structures describing rules about the ends of a value, as that generalizes pretty succinctly.

stuartpb commented 7 years ago

Putting this on v0.1.0 for being straightforward

stuartpb commented 7 years ago

Moving to v0.2.0 so v0.1.0 can be unblocked.