I've had many users having difficulty logging in because mobile browsers auto-capitalize the first letter. Since Wiki.JS is case-sensitive with the username, they're being rejected. The simple fix would be to add autocapitalize="off" to the Vue template. I'm not as familiar with Vue, but if I find the template, I can create a pull request.