Changeset 620

Show
Ignore:
Timestamp:
07/23/05 22:00:55 (3 years ago)
Author:
jajcus
Message:

- all the password-change related stuff commented-out

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/register.c

    r616 r620  
    5252                        _("Fill in this form to regiser in the transport.\n" 
    5353                        "You may use registration later to change your settings," 
    54                         " password, public directory information or to unregister.")); 
     54                        " public directory information or to unregister.")); 
    5555 
    5656        form_add_field(form,"text-single","uin",_("GG number"),NULL,1); 
     
    104104                                                u->invisible?"1":"0",0); 
    105105 
    106         form_add_fixed(form,_("Fill out this part only when changing password:")); 
     106        /*form_add_fixed(form,_("Fill out this part only when changing password:")); 
    107107        form_add_field(form,"text-private","newpassword",_("New password"),NULL,0); 
    108108        form_add_field(form,"text-private","newpassword2",_("Confirm new password"),NULL,0); 
    109109        form_add_field(form,"text-single","question",_("Question"),NULL,0); 
    110         form_add_field(form,"text-single","answer",_("Answer"),NULL,0); 
     110        form_add_field(form,"text-single","answer",_("Answer"),NULL,0);*/ 
    111111 
    112112        form_add_fixed(form,_("Fill out this part only when changing public directory info:"));