Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2005 at 11:55 UTC
Updated:
28 Mar 2012 at 09:47 UTC
Sites that operate under the "Visitors can create accounts but administrator approval is required" strategy suffer from the fact that users are never notified when the site admin approves their new account. This leaves them having to try to log in from time to time hoping that the busy admin has finally gotten around to it. Of course the admin could, as a courtesy, send a mail saying "OK, go for it", but this really should be an automatic part of the workflow.
Comments
Comment #1
boris-1 commentedI'd like to second this request. It seems pretty fundamental to the idea of having admin-approved registrations that the user is notified.
Comment #2
robertdouglass commentedNow that we have moved into the usability phase of the cycle, it seems that this would be a good issue to tackle. Anybody have time to program this?
Comment #3
kbahey commented+1 on the feature.
The current way is confusing.
There are two ways of doing this:
1. On the sign up screen, they are instructed that an email will be sent once the admin approves the account. We hold out sending the confirmation email until the approval is done.
2. Send an initial email saying that the admin will review and approve. Then send another one when the admin actually approves it.
Which one is the best (or other alternatives).
Comment #4
Axman-1 commentedYes please. I would like any of the two aboved, or anything similar.
Since I'll be the one to do this manually. . .
Comment #5
gkokmdam commentedHmm, when we are onto this, it might make sense to send the admin(s) of the Drupal instance an email telling them to approve the registration as well. Admin(s) cannot be expected to poll for new users, can they? (Or did this feature make it into 4.7 already? (I'll have to move my module there then ;-) )
Comment #6
Andreas Wolf commentedThis functionality is provided by the "User status change notifications" module http://drupal.org/project/user_status
Comment #7
kbahey commentedEven though a contrib module provides this features, core is missing some crucial functionality, making it half working only.
Core cannot depend on a contrib module, and hence a core features is needed to notify the user.
Comment #8
giorgoskjust making sure that people are aware of this patch for the 4.7 drupal
http://drupal.org/node/48835
and hopefully all that is needed is a port to 5.x ?
Comment #9
simeDuplicate/fixed in 6
http://drupal.org/node/144859
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
amolpb commented