đ° Flarum Third Party Login only
Only allow login and sign ups from oAuth extensions.
If you have any feedback, let us know! Do you experience issues? You can report issues on the Flarum Forum or on GitHub.
â ī¸ Be careful: This extension completely disables the Login and Registration forms.
Did you lock yourself out? You're not the only one... Read how to fix that.
âšī¸ When to use this extension?
To be clear, this extension does not add oAuth to your Flarum instance but instead disables the Sign In
and Sign Up
password-forms for a better authenticating flow user experience. Use FoF Passport or FoF oAuth to add oAuth to your forum.
This extension is suitable for organizations or communities that only want to allow sign-in and sign-ups with external oAuth accounts/providers.
Previous updates:
August 9th, 2021 - Version v0.1.1
August 3th, 2021 - Version v0.1.0 (Release)
đĨ Installation
If you like to install this extension, run the following command:
composer require v17development/flarum-third-party-login-only
âģ Updating
Run the following command on your server to update the plugin
composer update v17development/flarum-third-party-login-only
đĻ¸ Features
- Disables
/login
, /api/login
and removes login form
- Disables
/register
if there's no oAuth-sign-in token
and removes registration form
- Disables
/reset
& /api/forgot
routes and removes password reset form
- Managing new signups via oAuth extensions is still possible with the
Allow signups
permission
- Makes it possible to add a welcome message for new users
Knowledge base articles:
đ¨ Works with:
đ Questions, feedback?
If you have any questions related to this extension, don't hesistate and reply to this topic or open an issue.
â¤ī¸ Sponsored by Buttonizer
This extension is sponsored by Buttonizer.
đŧī¸ Screenshots
Sign In window
After activating this extension, the sign in form is removed, only oAuth buttons are visible. The "Forgot password" link is only visible when a "Forgot password link" is set-up.
If the Replace Sign In and Sign Up button
setting is enabled, the Log in
window will not be visible and automatically opens the FoF Passport oAuth sign in window.
Custom Sign Up text
If set, a custom welcome text will be visible after authenticating with new accounts.
Admin settings