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 Mammoth #245

Closed stuartpb closed 7 years ago

stuartpb commented 7 years ago

Notes (including a very important caveat not described in the profile):

setting password in registration comes after setting username and email

rejects unrecognized email with "looks like you need to register first"

the "forgot password" page after login copies your email from the login form, but converts + into so you have to un-fix it

their email sender seems to be uniquely generated from a

https://mammothhq.com/users/password/new actually generates a login link (that doesn't expire on use, xxx) - I chumped out and profiled it like a password reset without "change" info, but it should really get worked into a proper login-token-email structure once #135 is shaked out.

sender password specimen: bounce-md_12803239.58a98e06.v1-b64fb49708e24aad97df679954b7219e@email.mammothhq.com

stuartpb commented 7 years ago

Actually, there's not much sense in leaving that out of the profile, since it's definitely worth describing. Added that to the PR.