Skip to main content

All Questions

Tagged with
0 votes
0 answers
97 views

Linking form to user meta fields

I currently have my login page set up to allow sign up through google. Immediately after a successful sign up I'm looking to set up a redirect to a form where the user can enter additional details and ...
Robert Mifsud's user avatar
0 votes
0 answers
34 views

This code is supposed to only allow user to be authenticated if accountVerified is equal to 1, but it still allows user to be authenticated otherwise

global $user_id; global $wpdb; if(is_user_logged_in()){ header("Location:https://www.recovermenow.co.uk"); } if(!$user_id){ if($_POST){ $...
Sheran Malik's user avatar
2 votes
1 answer
1k views

how to use reCaptcha v3 in wordpress custom login form?

I tried to create a custom login form and custom register form by ajax. I have been successful to make that and you can see my code below for custom login form. the issue is, I need to use reCaptcha ...
Sh.Dehnavi's user avatar
0 votes
0 answers
135 views

How to post frontend login form to a different authentication script from wp-login?

I would like to separate my front-end login from back-end login, but the front-end login will use oAuth-based third-party authentication whereas the back-end will continue to use the WordPress ...
Ambulare's user avatar
  • 111
1 vote
0 answers
22 views

How to build a site with a map that shows where people offer and need help?

I'm trying to build a site where people can ask and offer help to each other. The idea is that people could publish "help needed" and "help offered" posts by filling in a simple form (with address ...
juhanamp's user avatar
0 votes
2 answers
1k views

How can I insert wordpress login screen on a different domain?

I do have a php website running on a certain domain, and I have installed Wordpress on a subdomain. I need to put a login form on the homepage (not the subdomain) where the user will fill in the ...
Gil Jr.'s user avatar
0 votes
0 answers
347 views

wp_signon works localhost but not wokrs https site

I made my own login form with using wp_signon but i have a problem. It logins perfect in my localhost but not works on my real https web site. Here is my code. $args = array(); $args[ 'user_login' ]...
wpdev's user avatar
  • 549
2 votes
2 answers
1k views

Change register form action url

I have 2 registration forms, default one on /wp-login.php?action=register for "recruiter" users, other one on /wp-login.php?action=register&type=candidat for "candidates" users My problem is that ...
guillaumepn's user avatar
1 vote
0 answers
17 views

Contributive page where people logged in can write

I'd like to have a page on my wordpress site where people can add a content really simply. They would click on a link that open a popup where they can login, add a content, and that's it. It would be ...
Rudy Pignot-Malapert's user avatar
0 votes
1 answer
84 views

Change default login auth

I am going to enhance my WordPress authentication page. My idea is simply, is just change the process to check password, like the default process login with username or email. I've change the ...
Renan Duarte's user avatar
-1 votes
1 answer
204 views

authenticate to another site using a login form on my site

I am trying to use a login form on my website to authenticate to another online system. for example i want to use a simple form on an university site to login to https://www.ubt.esse3.u-gov.rash.al/...
kristi's user avatar
  • 1
2 votes
0 answers
166 views

Login WordPress website using wp-rest api

I am using WordPress 4.8 and i am new to rest api . I have 2 websites , one is www.example.com and second is www.example.com/site2. That is second website is installed inside the first . In example....
Abilash Erikson's user avatar
1 vote
1 answer
44 views

Plugin Development for registered users

I am new to plugin development for Wordpress but not new to software development. This question is to get an idea of the "best practice" style for the following question. I need to make a form only ...
Davis Mariotti's user avatar
0 votes
2 answers
2k views

How to Create a login for for subscribers only

does anyone tried creating a login form specifically for Subscribers? meaning if the user roles are admins, contributors, authors are not able to login on that said form only subscriber users. Thanks!
Sayroose's user avatar
0 votes
1 answer
432 views

Custom login and registration forms

I want to create a custom register / login form for a specific user role in the WordPress system. The visitor should be able to register (to assign the right role immediately) and login to gain access ...
frederikvdbe's user avatar

15 30 50 per page