If your organization is only using FriendsOfFlarum Passport for user-authentication with your own oAuth 2.0 server (or Laravel Passport instance), you will be able to hide the login and registration forms.
Option enabled
When a user clicks the login or registration button, the oAuth 2.0 process starts and opens the user-authentication flow. When a user is signing in, your
When a user is signing in, but does not have an account yet, the usual registration modal will open to choose a username. Users will only be able to sign up if the Sign up permission is enabled.
Option disabled
If this feature is disabled, it will display the usual login and registration modals with your oAuth login options. The following fields are removed from the modal(s):
- Username
- Email
- Password
- Submit