stephane-rbn / soundbase

Free online audio distribution platform that enables its users to upload, promote & share their originally-created sounds
MIT License
5 stars 0 forks source link

Implement sign up confirmation #18

Closed angristan closed 6 years ago

angristan commented 6 years ago

To do

stephane-rbn commented 6 years ago

OK. We will have to look at how to setup this confirmation system on my Mac and @LAymeric 's pc. Is ALTER TABLE member ADD confirmation VARCHAR(64); enough to upgrade the database? (accidentally closed the PR, sorry)

angristan commented 6 years ago

@Stephanyan yes it's enough

angristan commented 6 years ago

You'll have to confirm users manually:

UPDATE member set confirmation='1' where username='newuser';