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 P2PU #244

Closed stuartpb closed 7 years ago

stuartpb commented 7 years ago

Notes

full name is called "display name"

username input live checks availability, only reports back invalid usernames as "not available" so the rules were trial-and-error discovered here

legitimately seems to be no limit on username lengths (though past a certain point the API query fails with "request URI too large")

registration has a "Preferred Language" dropdown

Registration accepts OpenID, oh man, remember OpenID?

registration logs you in and also sends an email to "complete" your registration

going to the forgot password page while logged in directs to your profile with "You are already logged into an account." flashed

missing accounts (#28) are disclosed on the reset form

password reset links work when signed in, still going to the https://courses.p2pu.org/en/forgot/complete/ stub that links with "you may now sign in" even though you're already signed in

expiration is tested before the page loads, "Hmm, that does not appear to be a correct link." comes back

stuartpb commented 7 years ago

Note that this was rehashed after cutting out #243.