registration

asp.net Membership : confirmation email blank

I'm using stock Asp.net membership with built in Login controls, etc. Problem is that the confirmation email that is send by registering has a body that is blank. It should have a link in it that the user clicks on to confirm their email and register. The email does send and is delivered ok except the blank body. Anyone know what I'm doi...

iPhone Developer company registration

I applied to Apple iPhone developer program to register my company. Five days later I got an email asking me to fax 3 documents. The first two I know what they are but they are also asking for a "Corporations Charger". Given that this only return 16 useless results in google, it looks like a pretty uncommon weird thing! Anyone got throug...

ASP.NET, OpenID and registration confusion

Hi, I have managed to get all the authentication parts working, however i am confused about setting up registration. By registration i mean that if the OpenID is not attached to an existing account, then a new account must be created. Should i simply have it return to a registration page (with from fields for registration) and redirec...

Tools for finding domain names

I've built out a pet project of mine, and am now looking for a good domain name for it. Arbitrarily doing whois lookups on ideas that pop into my head seems inefficient. What tools do you use when searching for a good domain name? Some ideas to get the wheels greased : given a few letters does prefix/suffix/infix searches for availab...

Register Form Validation

I have a registration form which I need to validate before submit. The form has the following fields:name,email, and password. I need the name to have a value, the email to have the correct format, and the password to be at least 6 characters. What is the best way to do all this validation and hightlight incorrect fields live before sub...

How can I make CAPTCHA work across multiple pages?

Ever visit a website such as myspace where they leverage CAPTCHA to prevent spam? The typical pattern is to present a challenge to each URL that is opened, yet the challenge doesn't actually belong to the page itself which causes additional bandwidth usage. So, if I open up six pages at the same time and want to present a challenge on e...

How do we register users -- Facebook Connect users logging in the first time -- when we cannot get an email address from facebook?

Facebook Connect allows for very limited communication and access to the user's information. When a user logs in with Facebook Connect I would like to create an account for the user on our site that is linked up to their Facebook account. The only problem is registration (MembershipService.CreateUser(username, password, email)) requi...

All-in-one PHP / MySQL registration/login form isn't working

I am making an all in one registration / login script, which will first display the registration form if $_POST is not set. If it is, but the required fields are not filled, it redirects to the page again, re-setting $_POST. If all the fields are filled in, then if the name of the submit button $_POST["login"] is set, the form confirms t...

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

sreg Yahoo problems

Hello May you please look at the issue: You may test Yahoo sreg at "https://test-id.org/OP/Sreg.aspx" ID : "https://me.yahoo.com/" username: [email protected] password: paranoid Now the problem This code work with Google but not with Yahoo sreg, becase response.GetUntrustedExtension() alwase returns null values for properties for Ya...

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 to) the mobile number. The solution I've come up with is, upon number submission I send them a SMS with a token and ask the user to enter ...

What is the easiest way to integrate PayPal into a registration system?

Hi Does anyone know how to integrate a one time fee into paypal? The user clicks SignUp then is taken to a page to confirm t&c's and where they pay £50, they are then - if successful, taken to a page where they can enter details and create an account... but i only want this page to be visible to users coming from paypal... I thought abo...

What Letter and Number Mixups Need to be Considered?

I just had a user tell me his registration key didn't work. It took me quite a while to figure out that he entered the capital letter "O" instead of the number "0". So I decided that it is best for my registry checker to treat both "O" and "0" as equivalent, so both will work. I can think of two other possible mixups: The number "1...

Steps to publish Software to be purchased via Registration

I'm about to get finished developing a windows application which I want to release as shareware. It was developed in C# and will be running on .Net 3.5+ machines. To use it the user will have to be online. My intent is to let the user try it for 30 days and then limit its functionality until a registration is purchased. The installer w...

Django - Losing Auth Session

Hello, I am with some trouble in Django... After login I am losing auth session for some pages. If I access "accounts/login/","accounts/logout/",""accounts/register/" the session always will be there, but if I access different page I cant access the user variable. This is strange because I am using the same "base.html" for all pages ...

register users through iphone application

What are the techniques to register users through the iPhone application? I'd like them to register on my site like many other do, but how to do it from within the application and is it acceptable to do it as the first thing and the user opens the application like desktop application do (EULA and so on)? ...

How to deploy a COM

I just finished building my new COM project (C#, .NET 3.5). This project will be called by a VFP application. It's working great on my development machine, but now I need to know how to deploy it on the user's machine. Click Once isn't available for this kind of project, so I guess I'm stuck with manually distributing the DLL. So, where...

Does this registration process seem simple enough?

Building a website that has English & Japanese speaking users, with the Japanese users being actual paying customers (they're businesses looking to promote their presence). Their registration process is a tad different than the English users. Here's what I had in mind, tell me if there are any glaring mistakes I should avoid: User -> H...

COM+ Registration Error

Peace all, I am currently having a trouble with registering a COM+ component. I tried to register it via the GUI (by dragging the DLL into the component folder). The error code I am getting is 80110425. The prequel to this error was a message saying something like this: "The DLL could not be loaded. Check to make sure all required appl...

Can't get django-registration to work (on Windows)

Trying to add django-registration to my app. I have installed setup tools to use easy_install. I think that works.. I run easy_install django-registation and a cmd prompt window flashes up, does something and closes. I don't think it's an error. But when I look in my app folder, theres nothing relation to django-registration. Anyone kn...