zmister2016 / MrDoc

mrdoc,online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. 觅思文档,适合于个人和中小型团队的在线文档、知识库系统。
https://mrdoc.pro/
GNU General Public License v3.0
2.97k stars 554 forks source link

增加用户错误 #47

Closed GiftLee closed 3 years ago

GiftLee commented 3 years ago
if username != '' and password != '' and email != '' and \
                '@' in email and re.match(r'^[0-9a-z]',username) and len(username) >= 6 :

用户名只能大写吗?

zmister2016 commented 3 years ago

数字和小写英文字母

GiftLee commented 3 years ago

我搞错了,