Auth methods

Username/Password
{#if collection.options.allowUsernameAuth} Enabled {:else} Disabled {/if} {#if hasUsernameErrors} {/if}
Email/Password
{#if collection.options.allowEmailAuth} Enabled {:else} Disabled {/if} {#if hasEmailErrors} {/if} {#if collection.options.allowEmailAuth}
Use comma as separator.
Use comma as separator.
{/if}
OAuth2
{#if collection.options.allowOAuth2Auth} Enabled {:else} Disabled {/if} {#if hasOAuth2Errors} {/if} {#if collection.options.allowOAuth2Auth} {/if}

General