Questions related to allowing users to sign up for accounts, modifying the user registration form, etc.

learn more… | top users | synonyms

3
votes
5answers
231 views

Is it possible to allow duplicate usernames ?

I'm working on a Community Website and 99% of the time a new user has an unique username. But for my requirement, it is required to allow duplicate usernames. Is there a way to change drupal default ...
1
vote
1answer
53 views

Multipage registration form with Ctools

I'm trying to follow the tutorial on multipage user registrations at http://www.grasmash.com/article/building-multistep-registration-form-drupal-7-using-ctools, but I'm doing something wrong. As it's ...
2
votes
2answers
32 views

Change waiting time for new user

The registration of my website works by user email verification. How can I change a waiting time of new user activation? I have many spam users that register at my website; they register and never ...
2
votes
1answer
40 views

Have administrators approve user accounts after users confirm their e-mail addresses and set passwords

For my current Drupal 7 project I set up the account creation process the following way: User can register for an account. User will receive an email telling him that the account needs to approved ...
0
votes
2answers
51 views

login form without registration link

how can i get rid of the link for registrating a new account in the login form/popop? I want my new users to register through a page but not through the login form. Thanx! Cas
0
votes
1answer
38 views

How do I pass a value from the url to a custom field in the registration form?

I know variations of this question have been asked but I haven't found any with this specific set of characteristics. Also, the only programming language I know is python. I don't know PHP at all. I ...
0
votes
1answer
39 views

user register hook form alter not reaching

I am trying to request more information from users when they register for my site. I put a set-message in and it's not eve appearing nor any changes in the user register form. I cant seem to find ...
1
vote
3answers
38 views

How to allow users who have cancelled their accounts to re-activate / re-enable them?

If a user cancels their account on a Drupal 7 site, is there a way to allow them to re-activate their account without requiring administrator intervention? If a user has second thoughts and wants to ...
0
votes
0answers
21 views

logintoboggan error redirect

Hoy Hoy, I'm using the logintoboggan module with the nifty unified login/register feature. All works well but while registering if you enter incorrect details and submit you are taken back to the ...
0
votes
2answers
57 views

Fatal error: Unsupported operand types in common.inc on line 2287 when registering new user

I am receiving this error message when registering as a new user on a site-in-progress: Fatal error: Unsupported operand types in common.inc on line 2287 The actual line 2287 is: $query += ...
0
votes
1answer
49 views

Add an action to user register form

On registration I want to get the value of the user's email and forward them to a page that has an option to resend their activation email. I have the page with the form they're forwarded to, but I ...
1
vote
1answer
35 views

User Registration to provide password on registration pg administrator approval and verification email

[I tried looking for similar answers, I just got this: Administrator notification on user registration For user registration I want: 1) Password and Confirm Password field on Registration page 2) ...
2
votes
1answer
22 views

2 submits with same validation?

I am modifying user_pass so that it also has an option to resend a user's activation email. if($form_id=='user_pass'){ $form['name']['#title'] = 'Email Address'; $form['actions']['submit'] = ...
0
votes
1answer
64 views

Allow user to request resend of activation email

I would like to code a way for a user to request the activation email be resent. Is there a function I can call from within a form-submit hook that will accomplish this? (using Drupal 7)
2
votes
1answer
76 views

programatically create new user with custom fields in drupal 7

I want to create user manually with some custom fields. I have created extra fields through config > people > site information > manage fields. and fields like first name, last name, city etc. I want ...
0
votes
0answers
29 views

Select organic group on the user registration form

There's a post already on the post installation forum, but I'm not sure if this is a OG bug. http://drupal.org/node/1108884 I am using Drupal 7 and OG 7.x-2.1 version. There is no "Group Audience" in ...
2
votes
1answer
42 views

How to make Username as non mandatory on Drupal 7 registration form?

I am working on a project where i want to remove the Username form registration from. Is it possible? How?
0
votes
5answers
47 views

Is there a way to send password to the user through 'Welcome (awaiting approval)' email?

I am working on a Drupal site where, i want to send an email to the user providing him with the password. Is it possible.....?
2
votes
2answers
56 views

User registration form change Username to name

I want to change the label of a registration form from 'Username' to name. I had used 'String overrides' module. But its not effecting. Is there any way out. please help me out.
1
vote
1answer
29 views

Form Block module usage in multiple sections

While working a project i came across an issue with "Form Block" module. I used this block on a basic page in content section. Now my client also wants this same block in the right sidebar on the home ...
1
vote
0answers
42 views

customizing user module output drupal 7

I am using Drupal 7 to develop a REST API to create an iPhone app. The basic feature for this app user login and logout process. I am using the User module. The authentication process involved is ...
3
votes
2answers
102 views

“Create new account” Block in drupal

I am working on a Drupal project where I require a "Create new account" form on a content page. Can anybody help me out with this? Is there any module or any alternative to get "Create new account" as ...
1
vote
1answer
64 views

Reject e-mail address from specific domain in simplenews newsletters e-mails

i have a lot of spam users request account with mails on specific domain,i used the User restrictions module to make e-mails on that domains not allowed, but only to the registration .i want to know ...
1
vote
0answers
27 views

Having an entity registration for an organic group

I have a website where we organise yearly events of 2 - 3 different types. To register users to the event, I'm currently using the entity registration module. (Tell me if you think this is not a good ...
0
votes
0answers
44 views

Error when creating a custom page in D7

I want a new and custom user login page. So, put this code in my template.php: function mythemename_theme() { $items = array(); // create custom user-login.tpl.php $items['user_login'] = array( ...
2
votes
1answer
60 views

Verification mail goes to Spam Folder

If the user register, the confirmation mail goes to spam folder. After doing some R&D, I enabled "Use two e-mail fields on registration form > Set password" and tested; it goes to inbox from the ...
1
vote
2answers
98 views

Autocomplete on a custom field on the registration form no longer working

thanks for reading. I have a database table containing organisation names. When a user registers on the website, they use a text field I added, which autocompletes with existing organisation names, ...
0
votes
1answer
26 views

I facing a problem when i want create two registration forums by using (profile2 & profile2 registration path) modules?

i want create two registration forums ,each forum in specific page , when i looking for solution in internet, i found it using profile2 & profile2 registration path modules. But when i working in ...
0
votes
1answer
58 views

Theme select field with ul li in register form

I have a field in account settings named 'field_country' which is a select list. I have defined it as an ajax field in template.php $form['field_country'] = array( '#type' => 'select', ...
1
vote
1answer
96 views

Notify new user of account - must provide at least one recipient email address… doesn't send email

I've searched for a long time, but I can't find anything that helps. Basically, when a user is created, I input a username, password, and email address. Then, when I check the "notify user of new ...
0
votes
1answer
49 views

Repeated Attempts to register accounts

I have a site with a many users, and public registration is not allowed, I'm the only one who can create accounts. I'm pretty new to drupal, and looking in the log messages I see this FREQUENTLY! What ...
0
votes
0answers
69 views

How to insert custom created user register fields value in to tables

I have created few custom fields using configuration > people > account settings > manage fields for user register form. I'm able to display the custom fields in my user registration page and I ...
0
votes
1answer
29 views

Remove bunch of classes from fields? [closed]

How can i remove bunch of classes from fields? I mean on register and login forms... Anyone can help? Thank you!
4
votes
4answers
327 views

Multistep Registration Form

while googling and reading documentation and API, I've seen multiple solutions for "combining" 2 forms into one, and thus creating a multistep form. What I want though, not even sure if it's doable, ...
0
votes
0answers
26 views

Create content by registered users

I have a drupal 6 website that has a question answer system for answering user queries. For creating a new question, I have exposed the node add form to anonymous user. The user has to fill in their ...
0
votes
0answers
17 views

automatically deleting non verified users after some time [duplicate]

By default Drupal requires an e-mail verification when a visitor creates an account. Is it possible to automatically delete all user accounts which are not verified after a month or so? Would it be a ...
1
vote
0answers
123 views

How to send form submitted data to paypal?

I have setup a form where user fill some fields and choose a user type & on submission I have to send him to paypal with the values which he filled up, so that on IPN callback I receive the data ...
-1
votes
1answer
102 views

Paid Membership Setup [closed]

I have requirement regarding paid membership. At the time of registration user will be asked to fill all the information which I have set for acount information & then there would be a select list ...
0
votes
1answer
46 views

Change the wording of the registration page

I want to change the wording of the default registration page. I found some posts about completely customizing/re-theming the page but they seemed like total overkill for what I had in mind. ...
0
votes
0answers
78 views

how to render a field group already setup?

Seems like I didn't find any complete resource for doing this anywhere. I already have an accordion group set up http://screencast.com/t/Bpubn8GvvI in a Profile type "account profile" (Profile2 ...
0
votes
1answer
285 views

How to create User Account Registration form with Webform?

I am using Drupal 7. I have Webform with 6 fields: Your name User name password Email phone number Website If we submit it will store in database, but here I need username & password should ...
0
votes
3answers
104 views

Prevent Multiple user registrations from single IP

I'm using Drupal 6.19.I need two things to be done.First thing, I want to disable multiple user registrations from the same IP.The Second thing is ,I want to allow only 3 user to register at a time. ...
1
vote
2answers
275 views

User Registration to appear in a block

i want the user registration to appear in a block in some other page than home, lets say a page called SIGN UP. What i want to achieve is this: http://imgur.com/TOLoCCT
0
votes
1answer
85 views

Unable to set placeholder on password input

function customization_form_user_register_form_alter(&$form, &$form_state, $form_id) { $form['account']['pass']['#attributes']['placeholder'] = t('Password'); } I am trying to set ...
0
votes
2answers
41 views

How to tell what user created a user

I currently have my drupal 7 site set up such that users of role 'doctor' create users of role 'patient' via the admin/people/create. I was wondering if drupal 7 stores data about which doctor made ...
0
votes
2answers
139 views

Allow anonymous users to post content but require login/register before it is saved

I have a website with a node form displayed as a block on the frontpage. This is done to make sure users get down to posting content easily and quickly. However I'm interested in saving details of ...
0
votes
1answer
250 views

how to add fields for drupal registration form internally souce code of drupal7.17 application

generally all you are editing template in this location files C:\wamp\www\drupal\themes\bartik\template.php i think so ... so please guide me how to create customise registration form step by step in ...
0
votes
0answers
27 views

How do I deal with data from anonymous users during registration

I have uc_addresses installed which attaches an address to all of my authenticated users. Through this module I require that all users enter an address upon account creation. To extend this module I ...
0
votes
2answers
22 views

What would be the minimal modules I need to have for a simple registration page?

I would like to make a registration page that is only going to add Users to a list for an event, basically my site is not as concerned with accounts and detailed registration we only really care about ...
0
votes
1answer
90 views

assign role after registration (male female)

I need users to check male/female option when creating an account. Then I need to automatically assign a role male/female to the users. How can this be achieved? Is there any module which I can use?

1 2 3 4 5 6