Selecting Allowed Authentication Methods (Including Anonymous, Google, Facebook, etc.)

The ideal here would being able to select which authentication methods are allowed, including anonymous, google, facebook and eventually other methods.

2 Likes

Hi there, @Sentinella_Brasil and welcome to the Community :waving_hand:

Thanks for sharing your thoughts! We’ll try to think about it as an option in the settings, especially if this request gets more votes :slightly_smiling_face:

I see that you’ve already added a CSS code to hide the Google login method. As for the anonymous mode, you’d like to let users choose this method before posting a comment, am I right?

1 Like

I hope you could allow the removal of either Google or Facebook button, as a login option, to prevent users/visitors from accessing restricted sites.

2 Likes

You’d like to choose which authentication option should be available for users instead of showing all options at once, right?

If this is the case, we already have such a request on the Wishlist, and I’ve added your comment there too. While there is no setting to choose the authentication methods to display, you can hide them using the codes below.

Hide Google button:

.es-sign-in-button:nth-child(1) {
  display: none;
}

Hide Facebook button:

.es-sign-in-button:nth-child(2) {
  display: none;
}

The codes should be added to the Custom CSS field on the Settings tab of your widget’s settings :slightly_smiling_face:

2 Likes

Allow the use of the Shopify logged in user.

1 Like

Interesting idea, we’ll keep that in mind!

Thank you for the feedback, @user4113 :wink: