| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ch any users in database
There was a problem hiding this comment.
Functionality looks good. 👍
Sorry, something went wrong.
…y/WISE-API into email-verification
There was a problem hiding this comment.
New changes look good!
I added some more code improvement suggestions inline. Lmk if you have any questions or want to discuss!
Sorry, something went wrong.
There was a problem hiding this comment.
It looks like there's a small possibility that a teacher will not be able to create a new account if the SMTP server does not send an email. For example, this could happen when the SMTP server reaches its daily send limit. To address this, we might want to limit the amount of verification emails on the server (wise-api) side. Let's think about this a bit more together.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Changes
Test
ADD COLUMN isVerified BIT(1) NOT NULL DEFAULT TRUE,
ADD COLUMN verificationCode VARCHAR(255) NULL;
Other