registration

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 what I was looking for. Are there any other systems like RPX that do a similar thing? ...

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

Hey All, 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 the tutorial on: http://dewful.com/?p=70 The basic idea in the tutorial is to...

COM OCX registration - 2 DLL's with same name

Hi, I have a native app that has an .OCX file that needs to be registered for it to be used in a .NET application. Now currently there's different versions of this .OCX on the machine. Can someone please explain how this can affect the registration of this new (updated) .OCX file registration? And how does my .NET app know which ob...

Automatic login after registration

Hi there, I have a webapp with form-based authentication. On the login page, I have placed a link to a public registration form. The registration adds a user in the database that is used for authentication. Now, is is possible to do an automatic login as the new user after the registration is complete, without returning to the login pa...

Django-registration and ReCaptcha integration - how to pass the user's IP

New to django and trying to setup django-registration 0.8 with recaptcha-client. I followed the advice posted in the answer to this question. I used the custom form and custom backend from that post and the widget and field from this tutorial. My form is displaying properly with the recaptcha widget but when I submit it throws the error...

Google Chrome forgetting registration cookie immediately

I'm having trouble with cookies on my site's registration form. When a user creates an account, PHP sets one cookie with their user id, and one cookie with a hash containing their user agent and a few other things. Both of these cookies are set to expire in an hour. This is the code that sets the cookie after creating your account $re...

Query DNSBL or other block lists using PHP

Is there any way to use PHP code to query a DNSBL (block list) provider and find out if the IP address submitted is a bad actor? I would like to take an existing IP address out of a registration database, then check whether it's a known block-listed IP address by performing a lookup on it, then if it's a blacklisted, do an action on it ...

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 email and name. 2) Show to the user a registration form with just these two fields and the OpenId URI filled. I've been searching a lot but i...

Does anyone know how to register VC++ Express 2008?

I recently reinstalled Visual C++ 2008 Express after a system crash, and now it wants me to register. But when I go to the registration page, all I get is information about registering VS Express 2010, which is not what I'm trying to do. Does anyone know if it's still possible to register VS Express 2008? ...

Is it possible to register a user and submit a comment with one form with Wordpress?

Is it possible to do both registering for an account and submit a comment at the same time? I want the user to be able to do this all on one page to ecourage the registration rather than be discouraged about typing something, not realizing they had to be registered and thus having to leave the page. I think that this could be done by a...

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. :) ...

Facebook connect integration (registration & login)

Hi, I'm really struggling to make facebook connection working for my system. What I want to do : When the user is not yet registered on facebook : Fetch some user profile fields into my database (ideqally via my registration page already working for non facebook users) Log the user into my website Redirect the...

In Wordpress MU, how to allow users to register for new blogs with their existing account?

In Wordpress MU, how can I allow users to register for new blogs with their existing account? Right now, it seems that the site admin has to manually add them at the admin page. That would be fine with me except that the admin for the entire site will have to manually add users to blogs one by one. With hundreds of blogs and hundreds of ...

VB6 ActiveX exe - what is the proper registration sequence?

I have recently updated a Visual Basic 6 application that is an ActiveX exe, running on Windows XP. I have a couple of testers for this application who have received a copy of the exe and are attempting to run it. However, they are getting an error message "Unexpected error;quitting" when trying to do so. A key difference between their...

wxWidgets: Get some unique machine ID to use in validation/registration

Does wx provide a handy way to get anything like this in a platform-independent way? I don't think C++ libs themselves provide anything. I don't have a definite idea what should be used for the unique ID... MAC address is common but what else could be used? If we were doing it Windows-specific, is there a way to get the actual Windows ...

How to send link/url to confirm user registration and/or password reset/recovery using ASP.Net MVC2?

Hi, I see it all over the place, yet, I could not find one example about this (maybe I don't know the proper wording), I am trying to build using ASP .Net MVC2 (but any example on just ASP .Net would be also helpful) a process that will send a link to the user at the end of the registration process to let him confirm his registration. ...

drupal editing user information after registration

how to allow user to edit their information after registration. And moreover how add new fields during editing information. for ex: my primary registration holds name,email,picture(optional). I want to get additional information like state,city,... when they wants some customized service. May any one suggest me a solution . ...

how to make it easy for users to register at my site?

I want to make it dirt simple for users coming to my site to register so they can post comments, vote on things, etc. I would like for them to be able to use their facebook id, twitter id, yahoo mail id, gmail id, AIM id, msn id, or whatever else people are likely to have (not necessarily all of those, but the more the better). I want ...

iphone registration and authentication pattern

Hi I am looking for a stable (and Apple compliant) registration and authentication design pattern between an iphone device and a server. Ideally the registration and authentication would not involve the user and be a background process. So far I've found 3 primitives for doing components of this: UDID UUID SBFormattedPhoneNumber ...

Unable to register "ChilkatMail_v7_9.dll" Version 7.9.2.0 with installer.

Hi, I am using "ChilkatMail_v7_9.dll" Version 7.9.2.0 for creating EML file in C#. Using Inno Setup Version 5.2.3.I am selecting Reg Type library option while creating installer. Bit still unable to register this dll. Is it because of virus? Thanx ...