The attached patch provides two additional settings fields that allow the site admin to configure alternate URLs for user registration and password changing.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | cas-144876.patch_0.txt | 1.7 KB | jrbeeman |
| #3 | cas-144876.patch.txt | 1.76 KB | jrbeeman |
| cas_modify_register_password_pages.txt | 1.98 KB | jrbeeman |
Comments
Comment #1
metzlerd commentedI 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
Comment #2
jrbeemanThanks - I'll get to work on it.
Comment #3
jrbeemanSee attached patch for revisions. I have reimplemented it using drupal_goto and cleaned up the comments a bit.
Comment #4
jrbeemanThat last patch may not apply correctly. Please try this one.
Comment #5
metzlerd commentedThis looked good to me, so I did some testing and applied it to head....
thanks,
Dave
Comment #6
(not verified) commented