Comment to 'Login page with forgot password option'
  • 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.