Tagged Questions
The registration tag has no wiki summary.
40
votes
14answers
2k views
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):
...
19
votes
4answers
701 views
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 ...
17
votes
9answers
5k views
OAuth? ,OpenID? Neither? Which one should my site support?
I working on a new website and wanted some advice/feedback on OAuth vs OpenID vs Standard site owned username/password.
17
votes
7answers
2k views
Inhouse registration vs. OpenID vs. Google Friend Connect vs. Facebook Connect vs. (etc)
I'm trying to decide how to allow users to register for my website... there's openID, clickpass, facebook connect, google friend connect, etc, or the good old fashioned in-house "enter a username, ...
13
votes
7answers
395 views
DSA: What can a hacker do with *just* a public key?
The shareware registration system I'm currently developing embeds the public DSA key in the executable itself, and the private key resides on a server. (For the sake of discussion let's assume that ...
11
votes
1answer
228 views
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. ...
10
votes
2answers
4k views
Easy-to-use django captcha or registration app with captcha?
I want to implement user registration using captcha in Django.
The workflow of django-registration app is a great, but it doesn't have captcha.
What captcha would you recommend to use with it?
Are ...
9
votes
4answers
9k views
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 ...
9
votes
4answers
301 views
Plug and play login system?
Does anybody know of a plug-and-play login system that supports existing logins like Google and OpenID?
I am looking to implement something similar to that of Stack Overflows.
Thanks!
RPX is indeed ...
9
votes
2answers
792 views
how to register more than 10 apps in Google App Engine
Anyone knows any "legal" way to surpass the 10-app-limit Google imposes?
I wouldn't mind to pay, or anything, but I wasn't able to find a way to have more
than 10 apps and can't either remove one.
9
votes
4answers
689 views
License / registration frameworks for C / C++
What sort of registration frameworks are available for C / C++ applications? I'm looking for a library that will handle the cryptographic verification of license and registration keys to enable the ...
8
votes
4answers
1k views
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 ...
7
votes
2answers
292 views
java 7 directory monitoring questions
I just saw an awesome feature with java 7, the directory watcher. It'll tell you when something changed in a directory without polling the directory.
1.) But it says it falls back to polling if the ...
7
votes
4answers
176 views
Is email address validation really needed to validate new users?
I've been looking at reddit.com and they don't require new users to enter an email address. Instead, they only require users to enter a captcha.
I've been considering only using recaptcha to verify ...
7
votes
3answers
1k views
Facebook Connect: capturing user data with django-profiles and django-socialregistration
Either my google searching has completely left me or there's hardly any documentation/tutorials for django-socialregistration. Too bad, because it seems like a nice enough app. Through some ...
7
votes
2answers
2k views
Saving profile with registration in Django-Registration
In Django-Registration it says you can save a custom profile when you save a user.
But I have no idea what the documentation is asking me to do. Here is what they say:
"To enable creation of a ...
7
votes
3answers
258 views
Using OpenID how do you handle 2 accounts with the same nick
If I want to provide OpenID as the only registration method available AND want to do something meaningful with the nick name, how can I handle 2 users with the same Jon Smith nickname?
Actually, when ...
6
votes
2answers
542 views
How do 25-character product keys work?
Microsoft products and other products often have a product key that is 5 groups of 5 characters, like this:
ABCDE-12345-ABCDE-12345-VWXYZ
How does the product know if the key is valid? Some ...
6
votes
3answers
290 views
Best way to stop a single person from creating multiple accounts
I'm creating a game currently and I want to limit one account per person. I have a lot of families that want to play and I can't think of a way to decipher families from cheaters.
The way I'm ...
6
votes
2answers
287 views
Is MD5 a good way to generate account verification code
When users register an account they get an email with a verification code that they can click to verify their accounts.
This is how I generate the verification code.
md5(rand(0,1000)
Is using the ...
6
votes
2answers
824 views
OpenId authentication and automatic registration with Spring Security 3.0.2
I'm implementing an app using spring security 3.0.2 with OpenId login and registration.
I can login succesfully, but if the user isn't registered i want to do:
1) Get some OpenId attributes like ...
6
votes
4answers
863 views
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 ...
5
votes
2answers
43 views
Registering other company on iOS developer program [closed]
I am working as iOS freelance developer for one non-IT company and now my application is almost finished so I need to create iOS developer program account for their company.
Problem is that I am not ...
5
votes
3answers
93 views
Twitter Oauth problem - I need a website to register an app
I need to use Oauth for a personal twitter script I am making. Its not commercial or anything like that. To register it here: https://dev.twitter.com/apps/new I need a website even though it is a ...
5
votes
3answers
2k views
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 ...
5
votes
2answers
1k views
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 ...
5
votes
4answers
555 views
how to test django registration app process while in development server (no mail)
I am developing a django application on my MAC. The development server that comes with django is great. However, I installed the django-authopenid (combines django-registration app with openID) ...
5
votes
3answers
288 views
Is a random string a good verification code
I'm generating a verification code to be used for account activation. You've probably seen this sort of thing before.
My question: if I were to generate this code with a complex formula like this:
...
4
votes
1answer
651 views
which method is used to register the device token for push notification?
I am able to get the deviceToken in the below method, now I want to know how to register the deviceToken for push notification,because I am not sure after getting the device token which method or API ...
4
votes
1answer
190 views
How to Customize Registration using Devise on Rails?
I'm currently working on a Rails project and have decided to use Devise for user registration. The site is using MongoDB (mongoid gem), and I am planning to create a simple sign-up/sign-in system.
...
4
votes
6answers
473 views
Is email verification with a link a bad idea
In my registration process, the user registers, they get emailed a verification link, and if they click it, only then would their account be verified. But isn't this verification method too easy for ...
4
votes
1answer
971 views
Registration Free Com and dll manifests
I'm trying to setup registration free COM, but have a slight problem in that I another COM object may be the client.
App.exe----->COM Server/Client dll(registered or not)-------->COM Server DLL (NOT ...
4
votes
2answers
2k views
How do I create custom fields like mobile number in customer registration form without modifying magento core files?
How do I create custom fields like mobile number in customer registration form without modifying magento core files? I tried but the mobile number is not saved in the DB
I override the ...
4
votes
3answers
2k views
disable password confirmation during registration when using devise
I am using Devise for Rails. In the default registration process, Devise require users to type the password twice for validation. How can I disable it?
Thanks all. :)
4
votes
1answer
4k views
Hook into Drupal registration and validate user info against business logic
I want to hook into the registration module. I already have a database of 50000 users who use my old website. Now I am migrating to Drupal.
I still haven't migrated the entries to drupal database. I ...
4
votes
2answers
259 views
How does domain registration works? [closed]
I searched Google and Wiki 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 ...
4
votes
4answers
362 views
What restrictions should I impose on usernames
What restrictions should I impose on usernames? why?
What restrictions should I not impose on usernames? why?
P.S. db is via best-practice PDO so no risk of sql injection
Thanks
4
votes
5answers
312 views
SMS - How to avoid Bankruptcy?
I'm coding a new website that will need users to enter their mobile phone number, the problem I'm facing is that I need to make sure that the user is in fact the owner of (or in this case, has access ...
4
votes
6answers
405 views
shareware enforcement vs time machine
Problem: Customer X is (considering) porting one of his formerly "Windows only" shareware applications to Mac OS X. One of his concerns is how to enforce the 30-day trial period and make it immune to ...
4
votes
4answers
551 views
creating a registration form
Alright let me explain my situation first:
I am part of an organization that "hosts" events. For example, we have an annual camp, skating, hocket/soccer tournaments, dinners, and the like.
Now they ...
3
votes
2answers
82 views
Rails devise delete register
I'm sorry if this is a dumb question. But if i set up devise, how would i completely remove the ability of a user to signup. I could easily remove the signup views, but what else. Should i add ...
3
votes
3answers
118 views
Python: How to register all child classes with the father class upon creation
I have python class trees, each made up of an abstract base class and many deriving concrete classes. I want all concrete classes to be accessible through a base-class method, and I do not want to ...
3
votes
1answer
89 views
User registration (and authentication later) - my method or use OpenID?
Good afternoon,
I am working on a script to allow news users to register on a website.
In a nutshell, these are the steps I have planned:
register.php - New user completes a form, entering their ...
3
votes
1answer
93 views
how to register dlls with a custom registration system and look into PEs of executables for imported dlls?
I want to write a C++ program which does the following
input- executable files
output-yes/no
condition:
if(if all the dlls imported by my executable are registered with my system )
yes
else
no
...
3
votes
2answers
165 views
Registration in django
I am looking to add a registration page to my django project. It will need to have perhaps five or six fields. Is django-registration https://bitbucket.org/ubernostrum/django-registration/ the best ...
3
votes
1answer
460 views
How to add Language switcher in user/register form in Drupal 6
I am trying to add Language settings in user/register form (like in user edit), but I haven't had any success finding a solution through Google.
Any ideas how I can add a user's language settings in ...
3
votes
2answers
590 views
What's the best way to implement a Registration REST API for iPhone/Android?
I'm writing a backend application with REST API for iPhone and Android. It's an internal API.
At this point, I'm trying to implement a user registration API such that the user can register from the ...
3
votes
2answers
5k views
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 ...
3
votes
2answers
499 views
Django invite code app recommendation?
I'm looking for a simple Django app that restricts registration to users who have an invite code (for running a private beta). I'm using django-registration, so something that plays nicely with it ...
3
votes
1answer
240 views
How to set-up django-registration that an account needs to be manually activated?
How to set-up django-registration that an account needs to be manually activated by an admin?
After the account-holder clicks in the link in the e-mail I would like that an e-mail is sent to the ...