drupal 7 - Password request redirect to another page -


i click on forgot password page

it redirect me http://example.com/user/password fine

now when enter email id . redirect me

"http//example.com/user */. want redirect page

http://example.com/request-access

any idea?

thanks

depending on setup can try looking following:

  1. writing custom module hook_form_alter: https://stackoverflow.com/a/21545160/4417724

  2. login tobboggan + rules: not 100% if work

  3. template/re-direction: redirect users not logged in away 'user' - if thats option


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -