Registration is a process through which a person or entity provides some necessary information about himself to the company or other entity he/it wants to be registered with.
Questions tagged [registration]
2747 questions
12
votes
8 answers
Text message (SMS) verification for signups
I have seen a disturbing trend where websites are starting to require verification sent to cellphones by text message (SMS). Gmail and Facebook are two of them. What I want to know are the following:
Is it a good idea to start requiring cellphones…

Unknown
- 45,913
- 27
- 138
- 182
12
votes
3 answers
React+Laravel 5.8.33 +Axios: errors when registering user with an axios.post request; clarififying the code problem
Update
Checking my network tab in my dev-tools of firefox gives me this:
Response headers (290 B)
Raw headers
Access-Control-Allow-Origin
*
Allow
POST
Cache-Control
no-cache, private
Connection
close
Content-Type
text/html;…

Constantine Black
- 203
- 5
- 18
12
votes
1 answer
What is difference between RegSvr and RegServer?
Are /RegServer and /RegSvr the same or different, if different why/how?
For example I have seen (example from a 32-bit OS) this style:
RegSvr32 COM.exe
or
RegSvr32 COM.dll
Or as an alternative (which was on a 64-bit OS):
COM.exe…

Rahul
- 1,401
- 4
- 17
- 33
12
votes
3 answers
Register a C++ class so that later a function can iterate over all registered classes
I am trying to write an application that is loading its extensions dynamically during runtime. I used Boost Preprocessor library to write a preprocessor function that, given a list of names, declares a class for each name (and make all of them…

grisumbras
- 850
- 2
- 6
- 11
12
votes
3 answers
Methods for new user registration xmpp framework iOS
I have developed the XMPP Chat client for iOS and now I'm researching for how to do a new user registration from iOS itself. Can anyone help with the methods used to register a new user. As it needs to communicate with the Server and store the…

obaid
- 892
- 11
- 25
11
votes
1 answer
Delphi - How to correctly register a graphic class since XE8?
I'm writing a Delphi package, which provides a new custom TGraphic object, allowing to read a new image format in VCL components like TImage.
I originally developed this package with RAD Studio XE7, and it worked well. However I migrated recently to…

Jean-Milost Reymond
- 1,833
- 1
- 15
- 36
11
votes
1 answer
How to make registration in web applications userfriendly?
I'm designing a new web application and I'm aware that the process of registration (creating a profile) is really frustrating for the users (also to me) - everywhere we go, people should register. Some may even stop using your site, if you force…

anthares
- 11,070
- 4
- 41
- 61
11
votes
4 answers
How do I register domain names programmatically?
Any domain name registrars out there that support domain name registration using a web service or a similar functionality without them telling you to become a reseller?
I don't register that many domain names and I am not interested in paying…

Abdu
- 16,129
- 13
- 59
- 84
11
votes
6 answers
Where should I store my application's "activation" key?
I've written an application and I'd like to add a registration key/serial number to it (I'm big on minimum inconvinience - ala #4 at this Eric Sink article). My question is about where to store the "activation" once the application has been…

SqlRyan
- 33,116
- 33
- 114
- 199
10
votes
5 answers
How can C# use a legacy DLL simply without registration(regsvr32)
Situation
I run a build system that executes many builds for many project. To avoid one build impacting another we lock down the build user to only its workspace. Builds run as a non privileged users who only have write ability to the…

Peter Kahn
- 12,364
- 20
- 77
- 135
10
votes
3 answers
Wordpress Custom Registration Form
I have a client that needs a custom registration form.
I need to make a custom design on this page
I need to add custom fields like First Name, Company, Phone, etc.
Someone can help me with this?

Andrei RRR
- 3,068
- 16
- 44
- 75
10
votes
3 answers
Configuring django-userena
for my new project I decided to use django-userena
I followed the instructions from userena docs. However I'm getting this error :
SiteProfileNotAvailable at /accounts/signin/
No exception supplied
and don't know how to fix it. Please help !

iva123
- 3,395
- 10
- 47
- 68
10
votes
2 answers
Overriding Devise's registration controller to allow for a redirect after a successful sign_up has been done
I have looked all over the place, and found a lot of info... but nothing works for me and I don't get it :(
I know that you are suppose to override the registration controller, like this:
class Users::RegistrationsController <…

Alex
- 4,367
- 5
- 29
- 45
10
votes
2 answers
PHP Login framework to include google/facebook/openid etc
In my website, i've built a login system which is quite simple.. I started implementing the facebook login option and it got a bit messy,
I'm looking for some sort of framework/code sample + db structure sample of a code that bundles the whole…

Or Weinberger
- 7,332
- 23
- 71
- 116
10
votes
1 answer
How do I make a custom attribute required field on keycloak registration form
I have the registration process working so that the custom attribute of "phone" is being stored when the user clicks register, if the user typed a phone number in that is. However, I would like it to be a required field and prevent registration from…

user1869407
- 227
- 3
- 19