paxfeline / rifftube-v2

0 stars 0 forks source link

Special case: older users #1

Open paxfeline opened 1 year ago

paxfeline commented 1 year ago

We have migrated the original database of riffs to the new Ruby on Rails system. Users imported from the old database will have a nil password_digest column.

TODO: Catch instances of such a user trying to sign in and present a form to fill in their password.

paxfeline commented 8 months ago

OG users can either sign up with a password or continue using Google sign-in. They will be 'unconfirmed' in the new system and presented with the link to "re-send" the Welcome/email confirmation letter.