-
Author
-
August 8, 2015 at 15:36 #72261rakeshkalra1983Participant
Hi
I want users to only login and register using there facebook and disable regular login and register from regular using username/password fields. How can I do it?
August 8, 2015 at 16:21 #72264sharmstrModeratorI suppose you can hide the credential forms and the registration form using css
COPY CODE.kleo-pop-title-wrap, #login_form, .widget_bp_core_login_widget .gap-20, .widget_bp_core_login_widget .hr-title, #bp-login-widget-form, #register-page, .registration .hr-full { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 8, 2015 at 23:51 #72304rakeshkalra1983ParticipantYes, I can hide things using css, but I am looking for some stronger option where I actually disable regular login/register. Can I know how to really disable regular login/register using username password field.
August 9, 2015 at 00:42 #72309sharmstrModeratorThen ask on the Buddypress forums since its there code you’ll have to change.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
August 9, 2015 at 00:44 #72310sharmstrModeratorOr copy /kleo/register.php and /kleo/page-parts/general-popup.php to your child theme and remove the functions and fields.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.