I manage a small-sized website with minimal requirements pertaining to usernames and passwords, and no need for email registration. I just integrated Flarum into my site (locally, for testing) and am using the Single Sign-On (SSO) for Flarum extension (maicol07). This allows me to leverage my existing user base rather than permitting logins and signups directly via Flarum.
However, Flarum imposes specific criteria for signups. For instance, it mandates a minimum username length of three characters. It also necessitates an email address and enforces particular password standards. I encountered an error during a test run, indicating that the username must contain at least three characters.
I am looking for ways to bypass these constraints imposed by Flarum. Can anyone guide me on how to override these default settings?