Nocobase’s login process is case-sensitive, specifically checking usernames and email addresses. It would be great if it could be case-insensitive.
For example, if someone registers with their email address and the first letter is lowercase, but then capitalized on the next login attempt (which can happen due to autocorrect), the login will fail because the username is incorrect.
Perhaps it could be made configurable so that the administrator can choose whether the login should be case-sensitive or insensitive.
My personal experience as a supporter is that insensitive logins reduce the number of failed login attempts. This might already be possible, but I haven’t been able to find it yet.