Tagged Questions
The signup tag has no wiki summary.
8
votes
8answers
2k views
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 ...
6
votes
7answers
4k views
Text message (SMS) verification for signups
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:
...
5
votes
4answers
209 views
creating sub-domains on signup
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 ...
3
votes
2answers
6k 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
1answer
1k views
Drupal 6 sign-up booking, reservation system with payments
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 friends).
System does not have to be ...
3
votes
2answers
1k views
Pinax Signup and Accounts
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 ...
3
votes
5answers
200 views
Should site registrations be stored in a separate table to active users?
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 ...
2
votes
1answer
129 views
PHP Sign Up Form - Safe and Secure? [closed]
I just wanted to see how secure this form is, and if there are any potential problems. I tried to add mysqli_real_escape_string to the Prepared statement but it gave me an error.
Also if I enter a ...
2
votes
3answers
211 views
Importance of verifying user email on web signup
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 ...
2
votes
2answers
70 views
OpenID. How create special link
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, ...
2
votes
3answers
3k views
customize login in google app engine
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 - ...
1
vote
0answers
34 views
UIProgressView with bubbles?
In the UINavigationBar, I want to put a hybrid of UIProgressView & UIPageControl to show the user what step (page) of the sign up flow they're on and how many steps are left.
It look like the ...
1
vote
0answers
63 views
Green “Sign Up” button appears in Facebook Like Box
When not logged in into Facebook, a green "Sign Up" button sometimes appears on top inside the Facebook Like Box (using the iFrame version). I say sometimes, because it doesn't show up when logged out ...
1
vote
3answers
131 views
Ruby On Rails signup process in detail
This is Sucindran from coimbatore. I am fresher for ROR can any one refer me the coding how simply create registration and login process.
1
vote
1answer
81 views
Help! user registration problem!
My idea:
I have a database of users, each user has an autoincremented id number field, and various other fields with their details on. I would like to store within the user record a field with an ...
1
vote
1answer
157 views
Simplest Python user registration system?
I am building in Python on django framework. Having done some tutorials, I now want to build a very simple lightweight application.
The first part of my application is that I need a user system. i.e. ...
1
vote
3answers
89 views
SSL Certificate. For which pages?
Which pages need to use a SSL Certificate for a online shop? This site is available just for registered users and the Payment is made using a third party provider.
I suppose: login, signup, change ...
1
vote
1answer
241 views
how to get id of a textbox with the signup control
im using the signup control that is within visual studio and im trying to get the id of textbox within so i can insert it in the database but in the code behind it wont recognize the id of the text ...
1
vote
3answers
312 views
How to log in a user right after signing up?
I know I should put the code in the create action of the users controller, but I'm not sure what code I should put. I also assume it should call the create action in my sessions controller, but again ...
1
vote
4answers
141 views
Best free registration process to avoid spammers/scammers
AT the moment, the site I look over sends an activation email to new members which have a link they must click to activate their account. While this seems like a good idea, it has many faults such as ...
1
vote
1answer
802 views
Adding confirmable module to an existing site using Devise
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 ...
1
vote
1answer
2k views
Rails: Multi-Step New User Signup Form (FSM?)
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 ...
1
vote
1answer
396 views
subscribing to mailchimp from my site's signup form
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 ...
0
votes
0answers
25 views
Display login and signup menus separately (grouped) using Lift
I have the following menu entries in my boot.scala to display a "Home", "About", and user menus from MetaMegaProtoUser:
val homeLink = new Link("index" :: Nil, false)
val homeMenu = ...
0
votes
0answers
44 views
drupal 7 signup form field returns [und][0][value]
I added an extra field to our sites signup form called "comments" with a field type of text area.
Intermittently we get new signups in which the comments field is populated as ...
0
votes
1answer
35 views
Email address as login username - PHP & Zend_Auth?
I read an article showing how to do it to login using username.
Instead, I just want people to sign up and login using their email address since it is easier for them to remember.
Hope you guys can ...
0
votes
1answer
64 views
two-step devise signup — email (pg 1) then password (pg 2)
How can I break up the devise signup form into two steps on two different pages?
Page 1: User enters email, clicks submit.
Page 2: User enters password, clicks submit.
This is a common signup flow ...
0
votes
1answer
60 views
Sign up Process - Usability
We are doing a Mobile App only sign up as we are not launching the web application immediately.
We need to capture as much information of the user to give them a personalized service
We had planned ...
0
votes
3answers
102 views
Is necessary to send confirmation email after registration? [closed]
I'm building a service that allo users to signup, do you think is necessary to send confirmation email after sign up? Why?
0
votes
1answer
59 views
cakephp: signup link on register page not working
I'm trying to use the Auth component only for viewing the progress report of a student. For all other links, authentication is not required. For the discussion board i already have a separate forum ...
0
votes
1answer
29 views
How to handle pre-registered users and avoid duplication in rails
I am trying to figure out the best way to handle this situation:
User signs up -> creates a group -> adds users to the group
Added user comes to the site -> signs up -> sets up a different group
...
0
votes
1answer
32 views
Google Analytics Goals - How to know if user is using multiple browser tabs/windows?
I've set up a goal for the signup process on my site, and I can see that users exit the Goal funnel at a page with nothing but a input and a next button, landing on another page on my site.
I'm ...
0
votes
2answers
49 views
Troubleshooting two-step nested model signup process
I want to initiate a sign-up process on my homepage. In the end, the process ideally would follow the following logic:
user = User.new
user.email = ""
user.password = ""
user.profile = Profile.new
...
0
votes
5answers
75 views
MySQL Syntax error. Can't solve it
I wanna insert 0 to some db table's fields but can't get it work. The piece of code from my signup php script looks like that.
...
if (isset($type))
{
if($type==1)
{
$region=$data['region'];
...
0
votes
3answers
376 views
Sign up form (Registration) in android app to check username uniqueness
I am developing an app which requires me to use login using either fb account or sign up. I have created the sign up page which contains the following fields
Name
Username
Password
Confirm password
...
0
votes
0answers
24 views
How to create a View for all Open Signups in Drupal?
I'm running Drupal 6 with the Signup module and I was wondering how I will make a View that will show all the signups that are currently open. I was able to do this in the Views customization page, ...
0
votes
1answer
73 views
Wordpress multiste sign-up
I need to register an user only in the current blog. When I go to http://multisite.com/subblog/wp-login.php?action=register it redirects to http://multisite.com/wp-signup.php. If I register an user ...
0
votes
2answers
69 views
Single signin/signup system for whole project
I have an idea and going to realise it
My idea is simple: my website will be for examination purposes. There will be a page for questions and answers like stackoverflow ...
0
votes
2answers
74 views
How i can render a template and then redirect to particular URL in Django?
i've a problem with django views. I have a URL /signup.html that have a view and display a form. The action of this form points to /account/create so when everything it's ok i do a redirect to ...
0
votes
3answers
80 views
PHP login system help needed
I am new to PHP and I don't have much experience in PHP.I am trying to develop a login system based on a layered structure.I thought about various methods to implement that system but I think it's ...
0
votes
2answers
113 views
How to pre-populate custom field in signup form for secure zone in Adobe Business Catalyst?
I have created a signup form for secure zone in Business Catalyst. I want to give user access to that form in order to update the fields. I have created the page and its working only problem is there ...
0
votes
5answers
72 views
MySQL database model for signups with and without addresses
I've been thinking about this all evening (GMT) but I can't seem to figure out a good solution for this one. Here's the case...
I have to create a signup system which distinguishes 4 kinds of ...
0
votes
0answers
92 views
Best open-source solution for sign up/registration forms (preferably AJAX based)? [closed]
What is the most widely used, best looking, and safest open-source solution for sign-up/registration forms (preferably AJAX based)? I only need an alternative that registers by e-mail, but it does not ...
0
votes
1answer
146 views
Adding an ontextchanged event to a textbox within the signup component
i am trying to add a username availability checker to the signup component and i used this :
protected void checkUser(object sender, EventArgs e)//checking the user name avaliabilty
{
if ...
0
votes
0answers
22 views
minimal register with serval fields in drupal 6
hello i got a site that i want to block it entirely if user is not registed on drupal, but the tricky thing is that i have a content_profile module with many fields, and i want to make a "minimal ...
0
votes
1answer
226 views
Connecting android app to server?
I am working on an android app that basically brings functionality of a website to android. What I would like to do is to allow a user to sign up to the website from the android app. I think I should ...
0
votes
2answers
483 views
Newsletter Signup Form using Mootools, no page reload
I've been searching a lot for a good mootools script for a simple newsletter signup form with a one-line input field + send button.
Some things I'm trying to consider:
form submission without ...
0
votes
2answers
56 views
PHP : Sign Up Form animating
i want to do a sign up form who will instantly check the answer and if the form is valid, a green circle appear beside the form.
0
votes
4answers
121 views
Is it possible to create sign up possibility without PHP?
Is it possible to create a sign up possibility without PHP?
i made an application with jQuery, and i want the users to be able to sign up and
save there input. Is this possible without PHP?
Thanks in ...
0
votes
1answer
72 views
Daily digest emails on user registration
I'm writing a simple signup page for a small-scale text message service - sort of like a mailing list, but instead of emails, I send text messages to those who sign up with me.
Since its small-scale ...