AskalotCQA / askalot

Askalot CQA System of Next Generation
https://askalot.fiit.stuba.sk/demo
Other
26 stars 11 forks source link

Nickname invalid #3

Closed jonashelsen closed 7 years ago

jonashelsen commented 8 years ago

I tried logging into askalot but it bumps me with the following error message:

validation failed: nickname invalid

for the record my nickname is Jonas-H, could it be that the askalot nickname parser does not allow for "-"?

Thanks!

isrba commented 8 years ago

Thank you very much for this bug report.

The problem was caused by different characters allowed in username in Askalot and in edX. edX allows "letters, numbers, underscores (_), and hyphens (-)." Askalot originally allowed the same characters except hyphens. We have just add a hyphen to validation regexp and deployed the new version at edX.

adrianhuna commented 7 years ago

Closing this issue as the changes have been implemented.