parmentelat / nbhosting

nginx + django + docker architecture to host notebooks embedded from open-edx hosted MOOCs
Other
77 stars 8 forks source link

usernames longer than 32 chars are broken #119

Closed parmentelat closed 3 years ago

parmentelat commented 4 years ago

right now the unix account name matches the internal django username so when the latter is longer than 32 chars useradd refuses to create an account and the user cannot use the system

parmentelat commented 4 years ago

the one user that fell into this category has been renamed manually it would make most sense to check username lengths at registration time