I want only one country persons should be able to login in n post listings. People from other countries can view the content but should not able to see login page . What is login url to post listing in listinghive that I have to restrict in those countries . I use only FB & Google social logins & tried their settings but did not helped out
Currently there’s no such feature in the login form or social login, it would require a custom implementation, but thanks for your suggestion, we’ll consider adding it.
What is login form address (url ) I can look for another soln to prevent people from login.
There are 2 URLs:
#user_login_modal
/account/login
The first one is a modal window. If you mean adding custom validation rules to the login form and you’re familiar with PHP you can try using this filter hook: hivepress/v1/forms/user_login/errors
OK thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.