Questions tagged [user-registration]
508 questions
-1
votes
2 answers
Creating a User registration webpage
I've created my website with a registration form, that validates and inserts information into a database at the end. The thing I need to do now is have the user be able to access the account he or she registered with. I'm as new as they come to user…

John Bernal
- 230
- 5
- 21
-1
votes
1 answer
How to recognize user when logged in using different ways
SO is using multiple ways for user to get logged in, like using emails addresses from gmail, yahoo, facebook, stackexchange and open ID.
User might can use e.g; gmail and enjoy SO for few days and then due to any or some reason (I assume, he forgot…

Riz
- 9,703
- 8
- 38
- 54
-2
votes
0 answers
How to create a new page when a new WordPress user is added?
I need a plugin or function that allows to create a new page when a new user is added to the wordpress panel. The page must have the user's name (also in the slug). Do you know how I can do? I'm not so familiar with Wordpress functions. Thank you!

Insomnia
- 5
- 4
-2
votes
2 answers
Angular Registration page does not load after adding methods & services
I created an email authentication based registration page in my angular app, added the code with submission functionality (onSubmit) to register.component.html and the methods & services in register.component.ts & UserService.ts…

Kushagra
- 1
- 4
-2
votes
2 answers
How to set up free and paid versions of website?
I am currently redesigning a website and looking for a solution on how to add a paid version of the site.
For example, say I have a

Rygh2014
- 135
- 1
- 1
- 10
-2
votes
1 answer
how can send a verification code on my app for that the user complete your registration in the app?
I am making a chat application and I want that a verification code will sent to the phone number that you enter the user and thus register on my app but I do not know how start

Ivone
- 13
- 4
-2
votes
2 answers
User Role at Wordpress registration in Theme My Login
i'm using "Theme My Login" for registration.
want to add a radio button field in register page.
i want user to register either role-1 or role-2 via use of radio button.

vikram
- 83
- 1
- 4
-3
votes
2 answers
My form only adds one user, I can add another one when i delete the previous user in my database. Anyone has any tips?
I know my code looks bad, but I just started using PHP. I can't fix the problem and I have been looking online for hours.
$sql = "INSERT INTO user (username, pass) VALUES ('$username', '$pass')";
$sql_check = "SELECT * FROM user WHERE…

Timo
- 11
- 4
-3
votes
2 answers
Add a custom text in WooCommerce login and registration page
In WooCommerce login/registration page, I try to add a statement "Ask for help" under the login/registration form next to "Forget password?"
To let the unregistered user go easily to the "Contact Us" when pressing on this statement.

Munna
- 1
- 2
-3
votes
3 answers
Button Visibility only after filling all details
I have created registration page, which looks like this
Now my requirement is, I want to make Next Button will be visible only if user has filled up all details in the form. How can I achieve this?

Kiran Malvi
- 636
- 2
- 9
- 29
-3
votes
3 answers
-4
votes
1 answer
Using Facebook to login / register - how to still get local user details from my database?
I want my sites users to be able to use facebook to create an account and login
I will gather additional details from the user once they have logged in (id, name, link, etc.) and create a local application database entry for the user.
For future…

Simon Davies
- 3,668
- 9
- 41
- 69
-6
votes
1 answer
How do i allow only specific domain email to sign up on my micro blog
i want only my corporate people to sign up , who've got E.G abc@ourcompany.com emails and not other people like abc@gmail.com or abc@outlook.co etc.
i'm not able to post my code here . i've posted it here , pls check and…