fulldecent / moodle-enrol_course_tokens

Create single-use tokens. Then new students can create an account and enroll with these tokens.
2 stars 1 forks source link

activate.php: When adding a token, normalize letters that look like hex digits into hex digits #2

Closed fulldecent closed 1 month ago

fulldecent commented 7 months ago

Do this when pasting or typing in a code.

iIlL -> 1
oO -> 0

Because people may be referring to printed codes.

fulldecent commented 1 month ago

We can do this later, after the first customer is confused

(and because we may separately change how token codes are generated)