@kurulumu-net Odd. I'm not able to reproduce this. Have you tried disabling plugins to see if any of those are the culprit ?
Reorder Social Login Icons on Login Page
Solved
Technical Support
-
strategies.push({ name: 'facebook', url: '/auth/facebook', callbackURL: '/auth/facebook/callback', icon: constants.admin.icon, scope: 'email, user_friends' });
Right now you
push
the items into the stack. You canunshift
instead, or put them in a specific spot in the array. If you're talking about re-ordering existing SSO apps without modifying code, then there isn't a way at this point in time -
@pichalite Thank you, that worked well. So neat that just changing the order on the plugin page effects how things are displayed within the forum.
Now the Facebook "f" is before the Google "G+"!