Changeset 905

Show
Ignore:
Timestamp:
07/28/08 10:15:20 (4 months ago)
Author:
rach
Message:

correct bug : Now you can define the password when you create the admin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/form_data/FG_var_user.inc

    r899 r905  
    9090        "" , "", "", "", "" , "", "", ""); 
    9191         
    92 if ($form_action=="ask-add" && $form_action=="add"){ 
     92if ($form_action=="ask-add" || $form_action=="add"){ 
    9393        $HD_Form -> AddEditElement (gettext("PASSWORD"), 
    9494                "pwd_encoded", 


Google