EricSSartorius / Judging-System

U-Judge: Universal Judging System using Angular Meteor (OLD)
http://www.universaljudge.com/
1 stars 1 forks source link

56 email notifications #62

Closed felicedeNigris closed 8 years ago

felicedeNigris commented 8 years ago

So I am able to get this working this time around. You'll see two

tags with display none. They are performing logic so If i removed them the implementation wouldn't work. This implementation is more secure than the last because the call is coming from the server. So if you fire up meteor on your terminal , when you type an email in the judge section you'll see the server performing the check to see it the user exists. None of that querying or information will be released to the client. Which is good.

Give it a try. If there's a bug still please report it.

Thanks.