Tagged Questions

0
votes
0answers
24 views

drupal actions triggers rules

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? …
0
votes
1answer
44 views

Signup and login inputs in a single form

How to code form element and/or (php) script for this type of form? Thank you everyone.
0
votes
3answers
101 views

Creating jquery 3 step sign up

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, …
2
votes
6answers
698 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: …
2
votes
2answers
199 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
4answers
108 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 …
0
votes
2answers
237 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 - …
3
votes
5answers
116 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 …
0
votes
1answer
36 views

How to sign in to a service using PHP

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 …
0
votes
1answer
445 views

PHP signup email-validate login script/class

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 …
6
votes
8answers
883 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 …