djpeach / hsef

Web App for Hoosier Science and Engineering State Fair
MIT License
1 stars 1 forks source link

Judge Registration #30

Open djpeach opened 4 years ago

djpeach commented 4 years ago

Judges can publicly self-register, and then need approval.

CQ: Should a judge be able to look up a previous account, or should we just do it automatically?

Judges can be invited and then need to accepts.

After either of the above, their auth account is created or retrieved. If created, the email alert should include the credentials or one time token. If not, it should just inform them of the update.

When approving judges, admins need to be warned to double check the potential judge email, as this will add a publicly self-registered person to the system as an authenticated user.

djpeach commented 4 years ago

Needs to send email still