Third party login only
v17development/flarum-third-party-login-only
Only allow login and sign ups from oAuth extensions.
- Downloads
- 1,901
- Version control
- github.com/v17development/flarum-third-party-login-only
📰 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.
:warning: Be careful: This extension completely disables the Login and Registration forms.
ℹ️ 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.
📥 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-intoken
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:
- Replacing Sign In and Sign Up button
- Authenticating new accounts
- Change and reset password links
- Allow users to change their email
🔨 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
Versions
-
Version v0.1.1.
Likely works with Flarum v1.8.9.
-
1 additional versions.
-
Extension created.