K
K
Kostya2013-12-18 23:13:49
CMS
Kostya, 2013-12-18 23:13:49

How to make a registration page in Wordpress?

You need to register on your Wordpress site on a separate page.
That is, disable the standard registration page: /wp-login.php?action=register.
And instead of it, make a registration form on a separate page, and such that the user himself sets a password during registration, and does not generate it by Wordpress. How to implement all this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Zelenin, 2013-12-18
@kapnod

a page with a template is created, a form is in the template, the data from the form is entered into the database using wp_insert_user

A
Alexey Rudkovsky, 2013-12-18
@AlexRudkowskij

And what exactly is the problem? You do not know the basics of php to see how the registration is arranged there and write it yourself or write everything yourself?

S
SERIAL, 2013-12-18
@SERIAL

there are a bunch of modules to customize the wp-login page to suit your needs, as well as create your own "pages" of registration. And only then who registers through this new form - to issue access rights.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question