Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2006 at 07:06 UTC
Updated:
31 Aug 2011 at 18:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
killes@www.drop.org commentedfeatures got into cvs.
Comment #2
drummWhats all that? We don't reference contrib modules in core and how is the surrounding code related to this?
Comment #3
drummComment #4
JamieR commentedSorry about the rouge comment. That was really a note to myself. My initial intent was to just run the new user function, but I found that since the action was taken from an edit screen I had to do both the new user function as well as the edit function. I've edited the patch. There are now only 1 changed line a 8 inserted.
I'm glad there is quality control in the code. I hope this is a better patch.
Comment #5
whereisian commentedI don't suppose this patch made it in. I find it very useful. +1
Comment #6
JamieR commentedIt doesn't look like it made it in. It seems like a huge oversite for our admin approval only site. The way that our accounts get added, when people request an account we don't want to send them login info, just a thank you and please stand by. Then we send them a welcome message when we activate their account. Also if we are adding people by hand we want to be able to leave the password fields blank and have the password auto generate. (I don't know if I ever posted that patch)
Anyway it's pretty much a requirement for an admin approval only site in my opinion. :)
Thanks - Jamie.
Comment #7
Tobias Maier commentedsorry, but we dont add new features to released drupal versions.
this means no new feature for drupal 4.7 and drupal 5 does not accept them, too
so you have to wait for drupal 6...
btw. the patch has to be compatible to drupal HEAD
Comment #8
cpill commentedWell, I manually applied it and it worls fine.
The patch is out by about 20 lines. Would better if this were simply an option in the 'admin/user/user' page so you could filter users and then resend on mass, as I need to do due to the mail server being hostile to any PHP sent mail due to increase in spam prevention measure.
Comment #9
babbage commentedSeems like this could still be a useful feature—doesn't look like this is in 7.x yet.
Comment #10
babbage commentedMarked as duplicate of #5688: Resend welcome message from admin user/edit.
Comment #11
john bickar commentedAs a workaround, you can deactivate and re-activate the user(s) account(s). Reactivating it will re-send the activation welcome message.