ContriHUB / Jodi-Makers

1 stars 24 forks source link

Make account creation atomic #4

Closed admirerr closed 1 year ago

admirerr commented 1 year ago

Currently, if you leave the account creation process in the intermediate stage and quit (register your email id and password but don't submit other profile related details). Now at this stage if you want to login using your credentials, a blank page will be displayed as the account creation process was incomplete :(

Make necessary modification so that the account creation process becomes atomic i.e. - if the account details are not submitted completely, intermediate details (email id and password) must not be stored in the database.

lokesh-wagh commented 1 year ago

Are we supposed to use cookies for this one

lokesh-wagh commented 1 year ago

How about we save the incomplete details in cookies and redirect the user to complete the registration from where he left