Skip to main content

Questions tagged [user-registration]

The tag has no usage guidance.

0 votes
0 answers
18 views

Change or replace user_profile_picture_description filter, to stop stripping whitespace

It appears that whoever coded WP's user profile form (or BBPress's, if BBPress is replacing the default one) considered it the most important mission in the history of humanity to prevent anyone from ...
S. McCandlish's user avatar
0 votes
0 answers
54 views

Spam Registrations Bypassing WordPress Registration

I have a custom platform built that requires users to register with more information than is required by the standard WordPress registration process. I also have custom front-end login and password ...
Tony Djukic's user avatar
  • 2,108
0 votes
1 answer
55 views

Prefix user login_name and validate it is unique on Registration

I want to add a static prefix to each new user who registers. I do it using the pre_user_login hook Example: function prefix_user_on_registration($username) { if (!str_starts_with($username, '...
mr.d's user avatar
  • 121
1 vote
2 answers
31 views

Include New Meta Field In New User Registration Email

I am currently using the below code to add some meta fields to my users and would love to include these in their registration email, but it appears they are not created before the email is sent. // ...
Matt Holt's user avatar
0 votes
0 answers
19 views

Disable Email Register form

Disable Email Register form account. I want my customers to sign up with an account and password but without email Wordpress allow this ?
user242052's user avatar
0 votes
1 answer
44 views

My account page, don't show the complete "Registration form"

my account page of woocommerce, is normally split in two, left side for registration and right side for login. The registration part contains only two fields: email and password. It's normal this view?...
Monnalisa Album's user avatar
0 votes
0 answers
58 views

Create Application Password when User Registers

I can successfully create application passwords using the POST /wp/v2/users/<user_id>)/application-passwords endpoint but is there a way to have WordPress create an application password for a ...
HBCondo's user avatar
  • 153
0 votes
1 answer
29 views

Allowing a CPT post to be edited by a single user role

I am in the process of creating a form for a user to fill out to create a listing request which creates a CPT post and user record. In this process, I want to copy the subscriber role, rename it '...
php-b-grader's user avatar
0 votes
0 answers
45 views

Limit username in WordPress registration form to numbers

I want to get only a ten-digit number that starts with 9 as a username from users. How to limit the number type with 10 characters and start with number 9?
zeinab's user avatar
  • 1
0 votes
0 answers
22 views

How to add default folders to Every registered User when registered in WordPress site?

I need some guidance on my work. As soon as the clients register on a WordPress site. I want the clients to see 4 folders by default: 2002 2003 2004 and Firm Documents. Once the clients activate their ...
zoe20's user avatar
  • 1
0 votes
0 answers
5 views

"Joined in" or "Member since" displayed on single store page and then using shortcode to add

I'm trying to add the registration date of users (vendors) to my single store page. This would ideally read "member since (date)". I also want to use shortcode so I can apply this manually ...
MattyC's user avatar
  • 1
0 votes
0 answers
28 views

Who among the registered users visited that page?

I have a site on which users register so as to view xy protected posts accessible only to those who log in. The customer wants to know who among these registered users (name, surname, email...) has ...
Luca Bartolini's user avatar
0 votes
0 answers
17 views

Is there a plugin or resource for custom implementation for OAUTH and regular user login?

I have two sets of users. Internal users just exist in a black box I can authenticate using OAUTH. I also have public "randos" that will be mostly scammers & spammers that I need to have ...
BradChesney79's user avatar
0 votes
0 answers
19 views

Condionally/limited emails from system (cantact-form, registration, passwd reset)With

With: add_filter( 'wp_mail_from', 'my_mail_from' ); function my_mail_from( $email ) { return "[email protected]"; } add_filter( 'wp_mail_from_name', 'my_mail_from_name' ); function ...
kornholio's user avatar
0 votes
0 answers
23 views

Adding rows when new user is created

How can I have rows automatically added to a table (26 of them) when a new user buys a subscription for my site? I need to be able to have a table already ready for them when they sign in. These 26 ...
Matthew Reppert's user avatar

15 30 50 per page
1
2 3 4 5
62