A
A
Alex2018-07-26 07:57:17
CMS
Alex, 2018-07-26 07:57:17

How to make a personal account?

The following request was received "You need to make a personal account, so that the user enters a phone number, he received a password and he is already registered, then with this phone and password he can go where he will see the status of his orders in front of him." I heard such a problem, I will add from myself. Orders are made offline, so there is nothing extra to think of in terms of design. Now there is a site on WordPress, since there is no registration on it without an email (and the customer needs it by phone), I suggested the option of making a page where there will be 2 fields, a phone number and a password. if there is no password, we request it in the form of SMS, if there is, then enter both. As a result, on the server we have some kind of tablet with phone numbers and passwords, we check if everything is ok, then we write order statuses on the same page. Advise in this part of the rules is everything? how crooked and fucked.. this is a bad idea. At the last moment, I found out that I need to do all this on a different subdomain than the site, that is, this is a stupid personal account, nothing more. Knowledge in js and php is not great, but it is available. I was just thinking about studying some kind of framework, what is there, what is there, because of necessity, I have to deal with different things. Can someone tell me where to start and where to go?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2018-07-26
@azerphoenix

Hello!
Here, in fact, the issue needs to be resolved in several stages:
1) find a third-party service for sending SMS to numbers for registration. Integrate the service with the WP.
2) Install the Wp Recall plugin for your personal account
3) remake the registration form and add registration by number instead of a login with a password. (If my memory serves me, there are ready-made plugins and I even met a plugin that offered the SMS service itself)
If you need a framework, then Yii2 || Laravel is great.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question