Login page with forgot password option

Hi,

I wanted to know that is there any designed login page with forgot password link. I am creating a own module on the basis of drupal_connect, So if I need to add the customised link of forgot password how to link it with my module?

  • 855
  • More
Replies (3)
    • Hello divya_djax !

      The "Forgot password" is inserted to the custom field of Login form. But in your case it is better to customize the "Forgot password" page via Studio->Pages->System->Forgot password area where you may add necessary blocks with the necessary info.

      • For Login, I have to create a own module. Likewise, Shall i have to create each module for each function like forgot password, user profile and so on.

        Also how to generate the serialised value of submit buttons (for example: a:3:{i:0;s:4:"role";i:1;s:10:"do_sendsms";i:2;s:12:"do_checkcode";}). Is this auto generated?

        • No, you may create specific action for this in your module. About serialized values - yes, it's autogenerated. The easiest way to reproduce it  -  create it from the Studio->Forms area and then copy the code from the sys_object_form table. Refer also to this manual for the description of every forms parameter.

          Login or Join to comment.