openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

♻️(models) allow customizing username regex & accept periods by default #198

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Purpose

Some authentication systems will accept different sets of characters for their usernames. We should allow magnify to adapt. Accepting periods by default seems legit.

Proposal

Fixes https://github.com/openfun/jitsi-magnify/issues/196