xtfc / pyboard

A simple submission system that I use for my class
1 stars 0 forks source link

Question: email file format? #9

Closed scizzorz closed 11 years ago

scizzorz commented 11 years ago

I've deduced that they're stored in emails/<user id>, but I'm not quite sure what belongs on each line, and I fear I've already broken things on my fork...

philipdexter commented 11 years ago

Yeah I should have added some documentation on that part.

The first line is their email, the second line is their section number. After that, if they are requesting an email change, the third line is the requested new email and the fourth line is the checksum to check against.

I'm thinking about changing the way email change requests are handled. The code was written before I found out I could connect to LDAP. That's beside the point though.

scizzorz commented 11 years ago

Mmmm... yep. I'll have to fix that on my fork then.