Questions tagged [registration]

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.

2601 questions
117
votes
9 answers

Automatic post-registration user authentication

We're building a business app from the ground up in Symfony 2, and I've run into a bit of a snag with the user registration flow: after the user creates an account, they should be automatically logged in with those credentials, instead of being…
Problematic
  • 17,113
  • 10
  • 73
  • 85
70
votes
15 answers

What are the pros and cons of using an email address as a user id?

I'm creating a web app that requires registration/authentication, and I'm considering using an email address as the sole user id. Here are what I see as the pros and cons (updated with responses): PROS One less field to fill out during registration…
vamin
  • 2,050
  • 5
  • 26
  • 30
69
votes
4 answers

disabling Devise registration for production environment only

I am launching a beta site with a select group of users. I want to disable registration in the production environment only, and only for a short period of time (i.e. I don't want to nuke my registration altogether). I know I can simply hide the…
panzhuli
  • 2,760
  • 4
  • 29
  • 44
52
votes
2 answers

How to register an Android developer account for a company?

I'm trying to register an Android Developer account for our company that we'll use to publish our company's apps to the market. So we don't want a account which is bound to a single developer. But this statement which is displayed before paying the…
Flo
  • 26,717
  • 14
  • 82
  • 124
52
votes
2 answers

How does domain registration work?

I searched on Google and Wikipedia a lot, but I could't find answers for these questions. 1) What exactly registrar company do? They update an root DNS and set there IP of my DNS? 2) How come the registrar can update records in the root DNS? How did…
Petr Peller
  • 8,039
  • 9
  • 47
  • 64
44
votes
1 answer

PJSIP Custom Registration Header

I am attempting to setup SIP communication with an internal server (using the PJSIP library), however, this server requires a custom header field with a specified header value for the REGISTRATION call. For example's sake we'll call this required…
43
votes
9 answers

Devise: Disable password confirmation during sign-up

I am using Devise for Rails. In the default registration process, Devise requires users to type the password twice for validation and authentication. How can I disable it?
Victor Lam
  • 3,446
  • 8
  • 29
  • 42
41
votes
8 answers

GCM 'Error : Not Registered'

I succeed in testing My GCM code. But exactly same code, I couldn't get GCM push and got: GCM Error : Not Registered.
LKM
  • 2,271
  • 7
  • 24
  • 51
39
votes
5 answers

Base64: java.lang.IllegalArgumentException: Illegal character

I'm trying to send a confirmation email after user registration. I'm using the JavaMail library for this purpose and the Java 8 Base64 util class. I'm encoding user emails in the following way: byte[] encodedEmail =…
marknorkin
  • 3,476
  • 9
  • 41
  • 69
35
votes
10 answers

Prevent users from starting multiple accounts?

I know that in the end it, can't be done. But, what are the options to:   a) limit the options for persons to create multiple accounts,   b) increase the chance of detecting multiple accounts / person for a blog-like web service? (people can…
Jacco
  • 22,184
  • 17
  • 83
  • 104
35
votes
11 answers

How to block Disposable Email Addresses in your website's registration form?

I would like to know of the possible ways to block disposable email addresses from registering in my website. For simplicity, let's take the example where the registration form of the website is done with HTML and PHP. Any ideas, solutions or…
CompilingCyborg
  • 4,494
  • 12
  • 41
  • 60
34
votes
2 answers

Rails 3 with Devise for Authentication - How do I manually create a user?

I would like to manually create new Users, without forcing them to verify their email address. The idea is to allow existing users to automatically add their friends without requiring their registration. It makes sense for the business case I'm…
AnApprentice
  • 97,752
  • 174
  • 583
  • 971
31
votes
3 answers

Django-Registration & Django-Profile, using your own custom form

I am making use of django-registration and django-profile to handle registration and profiles. I would like to create a profile for the user at the time of registration. I have created a custom registration form, and added that to the urls.py using…
ismail
  • 3,652
  • 5
  • 32
  • 47
29
votes
5 answers

Is there a Spring Security OpenId Registration like stackoverflow?

I cannot find a complete example anywhere of a Spring Security Web App with Open Id registration similar to stackoverflows. I would say I'm pretty techy guy but I find Spring Security extremely intimidating with its weird Spring XML DSL. I have…
Adam Gent
  • 44,449
  • 20
  • 142
  • 191
29
votes
7 answers

Object Library Not Registered When Adding Windows Common Controls 6.0

I am trying to install Visual Studio 6 on a Windows 7 32bit machine. The OS intall was from bare metal. I followed the instructions mentioned here (which I have used before) The install went fine with no errors reported but when I try to add the…
Matt Wilko
  • 25,893
  • 10
  • 85
  • 132
1
2 3
99 100