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 sign up for their own blog)
Update:
I think the 'limit the options' has been answered nic...
I am looking for a decent PHP script or class library to handle user sign-up/register, email-validation and login for a website. I've written this sorta thing before, but I'd rather use something more tested and robust. The handful of open-source offerings I have thus far come across are, in my view, not very good. I've also looked at RP...
I want to sign in to a service (site) using PHP (without using its API)
If the service login was with a and the method is 'GET', I would use
Service.com/signin.php?username=xxxx&password=xxxx
Now, the has a POST method how can I do so??
Thanks!!
...
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 instead of emails now?
How do I do it on my own website?
Edit
Here are some of my new ...
I'm wondering about best practices for user registration. I'm leaning towards storing site registrations in a separate registrations table and then once the signup has been confirmed by email transferring the data over to the users table.
The benefit to this would be that reads from the users table are not cluttered with never activate...
I need to add few more options for login and therefor need to customize create_login_url with some html code. Is there a way to add on your code in default login screen of google?
ENvironment - python-google app engine.
I want to continue having the default google ext class Users behavior to conntinue to be in place.
...
I'm building a site where businesses will be able to sign-up for there own account which should be located at http://businessname.domain.com with the "businessname" changing each time.
I want to do this on a windows server (IIS 7) but am not sure how a go about it.
...
Does anyone know a good link to documentation about Pinax signup and "Accounts". I'm trying to work out how to implement our sign-up process in Django / Pinax and am trying to navigate my way between Django's User and Profile classes and the Account class in Pinax..
The main issue for us is we have a sign-up form with several extra ques...
I am looking for the best solution to create a 3 step sign up process on 1 page. I am currently using jquery cycle, and the techniques being used in version 1.3.2 do not work when telling it to slide, it seems to work only in 1.3.1, there is also a issue of the size, slide 3 is much longer than slide 1 and the height it generates is too ...
How to code form element and/or (php) script for this type of form? Thank you everyone.
...
Hi,
I'm looking at the code in the signup module.
It seems that there are triggers and actions in place already for certain events.
If I was to add rules events, would that confuse the situation?
Or is it possible to use the triggers to call rules actions?
I would like to add rules events and rules schedule to it.
Thanks
Ed
...
I'm trying to make OpenID authentication on the site, but I do not form, and links.
Example: there But a question .. how do I make such links for services such as google, yahoo, aol, twitter, facebook and others? Understand?)
Sorry for bad english..
...
I have implemented secured login and signup in my website.It working.Now I want to test it.I am not sure how to test whether it is correctly secured.
...
Hi friends,
I'm working on a website, it has membership. visitor fills form and be member. now somehow I need to forward the email at this signup form to my mailchimp mail list, so from 1 form I will get membership (to my site's db) and added email to mailchimp (for newsletter)
is it possible?
appreciate advises!! thanks!
...
I know this question is crazy - but my employers client is demanding that email verification be removed from the sign up process (they feel it is impeding sign up).
I wanted to garner feedback from the programming community at large as to their experience and opinions regarding sign up and email verification - and the possible consequen...
Hello all,
I have a form that has text boxes, buttons on it for the user to sign up and sign in. I need to store the entered sign up credentials in any database(Oracle, Service based database, local database). Then when he tries to sign in, entered credentials should be compared with stored sign up values for authentication.
This is do...
Hi Guys.
I have tried to find out the working solution for implementing simple events booking system in Drupal 6 (limited places, payment, signing up/buying few places for firends).
System does not have to be big but easy to customize events to reserve/book places for.
I was surprised of not finding much complete solutions.
Most of the ...
I've read the "Create Multi-Step Wizard" in Advanced Rails Recipes. I've also read and re-read the documentation for the updated FSM I'm using called Workflow, and looked here and here. The Advanced Rails Recipe focuses on records (quizzes) that already exist, and doesn't cover creating new ones. The Workflow docs don't cover any code fo...
Hi all,
I'm using devise for a web app and wanted to add the confirmable module to the site. However, since a confirmation_token isn't generated users can't sign in. When clicking the 'Didn't receive confirmation instructions?' link the token still isn't generated.
Confirmation email just generates this link (notice the lack of token i...
hello...
i am doing signup form . in this i am doing validations using php. after signup i am redirecting to next page. then i am clicking browser back button then all the form data displaying as it is. so how can i prevent this?
...