Questions tagged [user-registration]
508 questions
-1
votes
1 answer
I can't get my flask user registration code to work, what i'm i doing wrong?
i started learning flask just few days ago so i know this might not be the best code you've seen so far my main goal for now is just to get my data into the db. find my code below
from flask import Flask, session, redirect, url_for, escape,…
-1
votes
2 answers
I can't send data from input fields to my MySQL database
I have a little problem. I have a register form. It works almost perfectly, I can check the value of the input fields, I can check weather do we have the same username in the db, but if everything is OK I cannot send the datas to my db. I use it as…

Newbie
- 1
- 2
-1
votes
1 answer
How to limit user registration to a certain city - WordPress
I'm doing administration for a website where users can register and play arcade games. Top 3 best players get the prize from shopping mall which owns the site.
The thing is, I'm getting many spam registrations and I want to limit registrations to a…

Lazar Jovanetic
- 11
- 2
-1
votes
1 answer
Authenticate email/password using firebase for android
i have a very basic question to ask. I am new to android app development. I was strictly following the tutorial instructions from a source. But when it came to storing user data , my tutor was using parse.com . but parse.com will shutdown next year,…

Mihil Jose
- 67
- 12
-1
votes
3 answers
Sending verification mail before registering user - PHP
I am currently working on the PHP project in which I have to send the verification mail to the user who register in the site. (Email id is the username). I am having the following doubt.
Whether I have to send them the verification email before…

SiVi
- 177
- 1
- 14
-1
votes
1 answer
PHP MySQL Cannot use "INSERT INTO"
I have created a webpage named Register.php which should insert data into my database. The problem with this is that the registration page works but then when I try to log in the information was not added into my database is there anything that I…

Dillon Burke
- 49
- 1
- 8
-1
votes
1 answer
PHP Login System Error Not appearing on page
I'm using notepad++ and Godaddy's phpMyAdmin to host the server. The file does not display anything when posted and whenever I put it in a PHP code checker it tells me this:
Error: There is 1 more opening parenthesis '(' found This count is unaware…

Kyle Longrich
- 31
- 8
-1
votes
1 answer
fuelphp confirm user registration in email using simple Auth Driver functionality
Im currently creating signup form in fuelphp how can I implement sending a user a verification link upon user signup? you can also suggest from other framework like laravel I only need the flow on implementing this. Thanks in advance ^_^

Edyl Jay Templado
- 133
- 1
- 9
-1
votes
1 answer
Insert a row when create a user in wordpress
I want to INSERT a row in a custom table when Admin will create an user from admin panel.
I have written a function for this but it is not working.
-1
votes
2 answers
How do I access/use the generated GUID in the whole project?
I am working with a PHP and HTML project and have two scenarios.
Scenario 1
The user generates a URL with a GUID that identifies the user. The GUID is stored in a database.
scenario 2
If the user visits the page with an already generated GUID I want…

Xtreme
- 1,601
- 7
- 27
- 59
-1
votes
1 answer
Parse like user management in google app engine for android
I am new to android development. I just started using Parse Cloud for my android app backend. Everything works fine. Parse has option to create userids and passwords and store them securely. I can even confirm their email address by sending a…

ravi72munde
- 38
- 4
-1
votes
2 answers
Could some one tell me what's wrong with my code? PHP,MySQL,HTML
Could someone explain to me what's wrong with my registration page? The database connection is fine but when I check the table there aren't any new users.
My HTML
-1
votes
1 answer
Why is the User verification required?
I am very curious to know some of the points regarding registration and login related points as a developer points of view. Please see below the steps for any online account which is publicly open for all,
CREATE USER ACCOUNT : Insert the data…

user1010399
- 2,258
- 5
- 30
- 42
-1
votes
2 answers
User registration form change Username to name
I want to change the label of a registration form from 'Username' to name. I had used 'String overrides' module. But its not effecting. Is there any way out. please help me out.

Syed Hashim
- 158
- 1
- 10
-1
votes
1 answer
the encryption of joomla user registration
how can i change the password encryption of new users in joomal.
i tried to modify the
getSalt($encryption = 'md5-hex', $seed = '', $plaintext = '')
and
getCryptedPassword($plaintext, $salt = '', $encryption = 'md5-hex', $show_encrypt = false)
of…

Re_Paya
- 71
- 8