Download the PHP package v17development/flarum-third-party-login-only without Composer
On this page you can find all versions of the php package v17development/flarum-third-party-login-only. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download v17development/flarum-third-party-login-only
More information about v17development/flarum-third-party-login-only
Files in v17development/flarum-third-party-login-only
Package flarum-third-party-login-only
Short Description Only allow login and sign ups from oAuth extensions.
License MIT
Homepage https://v17.dev/projects/flarum-third-party-login-only
Informations about the package 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:
âģ Updating
Run the following command on your server to update the plugin
đĻ¸ 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.