Using Drupal 7.31 through DKAN, after a user registers, clicks on the activation link in the email, and enters a new password, they are simply taken back to the user edit page. I would like to redirect the user to another page to "continue" the registration. I've tried the LoginToboggan and Login Destination modules and they didn't work for some reason.

CommentFileSizeAuthor
#1 user-registerredirect-2330659-1-7.31.patch834 bytesHHMU8
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

HHMU8’s picture

Uploading initial brute force patch with hard coded redirect to homepage. Ideally this should be its own trigger.

dcam’s picture

Status: Needs work » Closed (duplicate)
Issue tags: -user registration redirect

Marking this as a duplicate of the related issue.

As mentioned in your forum post, this can also be done by implementing hook_form_alter(). It may also be possible to do through the Rules module.