The attached patch provides two additional settings fields that allow the site admin to configure alternate URLs for user registration and password changing.

Comments

metzlerd’s picture

Status: Active » Needs work

I think these should be reimplemented using drupal_goto, so that relative paths work out correctly. Don't use header(Location: ) for this work. Also the exit calls are not needed if you do a drupal goto.

Dave

jrbeeman’s picture

Thanks - I'll get to work on it.

jrbeeman’s picture

StatusFileSize
new1.76 KB

See attached patch for revisions. I have reimplemented it using drupal_goto and cleaned up the comments a bit.

jrbeeman’s picture

StatusFileSize
new1.7 KB

That last patch may not apply correctly. Please try this one.

metzlerd’s picture

Status: Needs work » Fixed

This looked good to me, so I did some testing and applied it to head....

thanks,

Dave

Anonymous’s picture

Status: Fixed » Closed (fixed)