About
The open source server management software for SSH, VNC & RDP
App Store
Documentation
@Jansu encountered an “Invalid Username or Password” error when creating an account on CasaOS. I suggested checking the Browser Developer Tools > Network tab, which revealed that the error was due to the password not meeting specific criteria.
The password must include at least one number and one special character. To fix the issue, ensure your password follows this pattern: /^(?=.*[0-9])(?=.*[^a-zA-Z0-9])/
.