openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

🐛(back) force username to be in lowercase with moodle lms handler #720

Closed lunika closed 5 months ago

lunika commented 5 months ago

Purpose

Moodle does not allow username with uppercase character. When creating a user or when finding the user id, we must force the username in lowercase to avoid moodle error.

Proposal

Moodle does not allow username with uppercase character. When creating a user or when finding the user id, we must force the username in lowercase to avoid moodle error.