Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 May 2006 at 16:19 UTC
Updated:
12 Jun 2006 at 13:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
moshe weitzman commenteddo this like the add taxo terms page which makes sure you are directed to $_GET[q]. that makes it easier to reuse the form in another context.
Comment #2
webchickGood call.
Comment #3
Chris Johnson commentedLooks perfect to me.
Comment #4
drummShouldn't we fix the (two?) place(s) where
admin/useris hard coded inuser_register_submit()?Comment #5
webchickYes, yes we should. :)
These two return statements are no longer required with the #redirect, so I've deleted them. Tested creating a user both with and without notification, and get redirected back to admin/user/create as expected. I also created a user from the normal user/register screen and confirmed that I get redirected back to the front page as expected.
Comment #6
webchickComment #7
dries commentedLooks good, and works. Committed to CVS HEAD.
Comment #8
(not verified) commented