drupal 6.19 şifre sıfırlama yönlendirme

0 Cevap php

Ben 'kullanıcı / parola' sayfa sonra o kullanıcı sayfası 'alter yere' submit yönlendirmek drupal 6,19 olarak çalışıyor.

Ben preprocess işlevi almak için tema kanca olarak kullanıyorum ve içinde ben $ değişkenleri düzenleyin:

$variables['form']['#action'] = 'alter location';

ve bundan sonra drupal_render kullanın ().

in the drupal debug I see that the #action is set to the 'alter location' but in the html tag I still see action='user/password' and it not redirect me to the desired location.

Şimdiden teşekkürler

0 Cevap