Questions tagged [user-registration]
508 questions
6
votes
3 answers
Setting up an API using Devise for authentication
I am attempting to get a user registration endpoint setup for my rails application so that I can access the app's functionality in an iOS rendition. I've gone ahead and namespaced my API, and so far have managed to get user authentication working…

Alex Peña
- 111
- 1
- 7
5
votes
8 answers
Prevent multiple registrations on a survey website
Context
I am developing a survey website where anyone can vote once. Obviously I have to prevent multiple registrations for the survey to remain relevant. I force every user to login with their Google, Facebook or Twitter account. But they can…

GG.
- 21,083
- 14
- 84
- 130
5
votes
1 answer
Registration/Login using Oath or email/password with hyperledger-fabric-ca
I'm new to Hyperledger Fabric development and I'm trying to make a user friendly registration.
For example:
+ Using Oauth from google account.
+ Or using traditional email-password registration.
I've read the hyperledger fabric document and…

つきがきれいだね
- 51
- 4
5
votes
0 answers
How migrate from Facebook Registration Plugin to Facebook Login
I'm working on a site that use the Facebook Registration Plugin to add some custom field on registration and perform some instructions too.
It works fine, but now i'm going to update the Facebook SDK to use API v2.1 instead of actual v1.0 and…

Zauker
- 2,344
- 3
- 27
- 36
5
votes
1 answer
Alternatives to email verification in sign-up
I have read that users find annoying having to verify their email so they can complete a simple registration, however removing that extra step and using CAPTCHAs to deal with bots leads to the uncomfortable situation in which users can't regain…

r_31415
- 8,752
- 17
- 74
- 121
5
votes
1 answer
Registering unique users on basis of emailid
I want to register users on the basis of their emaild ids on my website, assuming that there is one to one relationship between users and their emailid strings. But gmail doesn't recongnize .s in email ids. That means juzerali@gmail.com and…

Juzer Ali
- 4,109
- 3
- 35
- 62
4
votes
2 answers
reveal fake number / prevent fake registration / fake sms
I faced with a such question for which can not find an answer in google. For example, I have a company which provides some services for customers. And for new users I have a promo/discounts. As we know there are a lot of websites which provide fake…

Fuad Teymurov
- 73
- 1
- 10
4
votes
1 answer
Additional user role select field in Woocommerce registration
.
A user role selection is needed in WooCommerce registration form. Users should have a pull down menu to select between "customer" and "reseller" (IDs) wordpress role. Unfortunately my attempt to assemble code fails.
The following code does not…

John
- 130
- 1
- 8
4
votes
2 answers
How to send passwords from a client to a server
I am creating a web service using Jersey.
The service should handle user registration. My plan is to get a registration request which will contain a user name and password, store both of them in a MySql db and fetch it every time the user wants to…

CodeMonkey
- 11,196
- 30
- 112
- 203
4
votes
4 answers
React native- How to display login screen only one time in react native?
I am creating a project where I have a Registration screen, which is used for user to Register into the Application. This Register screen should only be visible the first time, so the user can fill it and log in, but when user opens the application…

manoj coder
- 41
- 1
- 2
4
votes
3 answers
django User registration and authentication by email
I want to make users active by sending them an activation email to click. I guess it is currently not incorporated in Django 1.6.The user-registration app coded in Django seems to serve this purpose. But I have some doubts with regard to the…

eagertoLearn
- 9,772
- 23
- 80
- 122
4
votes
1 answer
ASP.Net MVC 4 How to create a simplemembership account without a password
I am building an MVC4 app in which users will be registered by a site admin. The site admin will enter everything but the password of course. I then generate a token and send via email for them to set their password. However, I don't see a way to…

Xaxum
- 3,545
- 9
- 46
- 66
3
votes
3 answers
How can I improve this "register" view in Django?
I've got a Django-based site that allows users to register (but requires an admin to approve the account before they can view certain parts of the site). I'm basing it off of django.contrib.auth. I require users to register with an email address…

Tyson
- 6,214
- 3
- 32
- 37
3
votes
2 answers
django.db.utils.IntegrityError: NOT NULL constraint failed
i'm trying to build a customised registration to my site, so i'm using a sign Up with Profile Model.
Traceback:
Traceback (most recent call last):
File "C:\Python36\lib\site-packages\django\core\handlers\exception.py", line
41, in inner
response…

VITALYS WEB
- 759
- 1
- 8
- 16
3
votes
0 answers
Django - IntegrityError null value in column "user_id" violates not-null constraint
I am getting an error that is quite weird and I have no clue what could be causing that.
I just want to do a simple signup using either Facebook or on-site registration using AllAuth (a third party registration app).
Somehow every time I try to…

A Campos
- 753
- 3
- 10
- 31