khaivngo / QuickEval

GNU General Public License v2.0
3 stars 4 forks source link

Will not approve accounts #152

Closed mariuspedersen closed 3 years ago

mariuspedersen commented 3 years ago

When clicking approve for new accounts it comes up as image

disastersystem commented 3 years ago

It is working for me. But I think I know what happened: The person used a non-existing email address. So the email script that sends the "account approved" confirmation email to the user fails. And the loading spinner is not cleared if there is an error.

They account is still approved, it's just the loading spinner that is never cleared. I've updated the code to clear the loading even if the confirmation email fails.

We should maybe consider only allowing users to register with real in use email addresses in the future.

mariuspedersen commented 3 years ago

than I understand, thanks for the reply