Kyrne ah, that's a bummer, thought it would fix that ?
Flarum WordPress Authentification Extension
- Edited
What about the existing flarum users who also have Wordpress account? Will they will be able to login using this extension? I know that other SSO extension is having a problem when your existing forum users try to log into forum via Wordpress (they simply can't login) is this problem still present in this extension?
DKornyukhov this extension have been made special to prevent this. First time i've tried that extension too and was not fully satisfied with the result. Not sure what @Kyrne mean, but this should solve the problem with existing users. It should work same way as GitHub or Facebook oauth and be able to login users even if they presented in Flarum DB.
FYI … it's capital_P_dangit.
I've not yet used the extension, but excited to do so. Thank you! I don't know if there is the option, but it would be nice to replace the WordPress in the login button with the site title and favicon of the OAuth server, so the login is not confused with utilizing WordPress.com.
Thanks for developing this!
This is a really nice extension!
But please capitalise the 'Press' in WordPress on that button.
- Edited
Its funny what people 'really' care /complain about. Not functionality, no, they only see the decals.
Thank you for your contribution to Flarum.
Its understandably frustrating that people only see a logo that is, although properly spelled, noticeably different than the logo they are used to seeing. If people knew that I sometimes wore socks that didn't match, I wonder if I would get more comments as well?
- Edited
UaMVFYI … it's
capital_P_dangit. - Changed it on thread. Will do on Login button next release.
UaMV it would be nice to replace the WordPress in the login button with the site title and favicon of the OAuth server
- There already exists ability to set any text you would like e.g. Login with My Site.
Not sure what do you mean exactly by favicon of the oauth server, but i think it might be possible to add additional input for image logo url and replace wordpress icon with that
krombox FYI … it'scapital_P_dangit. - Changed it on thread. Will do on Login button next release.
I've never seen software so compulsively pedantic in correcting its name. That's fantastic.
krombox There already exists ability to set any text you would like e.g. Login with My Site.
Nice! Good to hear that is possible. I've not actually tested the plugin … was just responding to your OP.
krombox favicon of the oauth server
I was thinking about the possibility of automatically pulling the favicon from the site … the way in which browsers pull it for the tab. The ability to set a logo would also work.
jordanjay29 Right? It's hilarious … and so great.
- Edited
how to change logo wordpress it?
Thanks for fantastic plugin!
but I've got a 404 error when clicking the login button.
the address of the popup window is like below.
https://{flarum.domain}/auth/{wp.domain}/oauth/authorize?state=XXX&scope=&response_type=code&approval_prompt=auto&client_id=XXX&redirect_uri={flarum.domain}%2Fauth%2Fwordpress
WP Oauth servcer is enabled.
I use Nginx, so it might cause this error.
is there any solution to this?
MFaridHidayatulloh this feature will be released in next release
YutaUkisu i beleave that instead of auth/{wp.domain}
url should be auth/wordpress
krombox thank you for your reply.
I meant wp.domain is exactly WordPress url which is entered in "krombox-auth-wordpress.admin.wordpress_settings.field.domain" field in the config.
Is the field above is not wp-url but domain name or wouldn't work with sub-domained wordpress?
I am still trying to fix it, but It would be great if you could help me.
YutaUkisu Do you got any solution?
YutaUkisu krombox-auth-wordpress.admin.wordpress_settings.field.domain
option user to prepare url to redirect after you click Log In with WordPress. It is not used in url generation like https://{flarum.domain}/auth/{wp.domain}/oauth/authorize
. There should be exactly auth/wordpress
. It is internal route to Flarum Controller action
I have wordpress installed on my server under the root directory and my forum using the domain.com/forum sub directory, will this allow the wordpress install I have to be linked to the flarum login?
KillMeNext It allows your users to login with their account created on your Wordpress site, it doesn't link the two accounts.
Ah ok, was just making sure it wasn't just letting them login with their wordpress.com login instead of my actually installed wordpress locally.