chrisvel / wreeto_official

Wreeto is an open source note-taking, knowledge management and wiki system.
https://wreeto.com
GNU Affero General Public License v3.0
387 stars 13 forks source link

Account login is case sensitive #49

Open Ch0wW opened 4 years ago

Ch0wW commented 4 years ago

Following the default account in README.MD, trying to log in as "Admin" doesn't work, as it doesn't know the account. However, "admin" does work. Is that normal behaviour to be case-sensitive?

chrisvel commented 4 years ago

Yes, this is normal but it would be better/less confusing to remove this constraint. I will make the appropriate changes.