X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=register.php;h=99e9539b75eeb86bb577ee40d1e6b51701b9bd2e;hb=fcb232f2236dd0105525b0239fa7b212aaf72a2a;hp=9984460cc733d5a8d0698dd33873cdecc8d52333;hpb=eb55e2f8ca3859482a389795e03b45283e14ef36;p=timetracker.git diff --git a/register.php b/register.php index 9984460c..99e9539b 100644 --- a/register.php +++ b/register.php @@ -56,8 +56,8 @@ $form->addInput(array('type'=>'text','maxlength'=>'200','name'=>'team_name','val $form->addInput(array('type'=>'text','maxlength'=>'7','name'=>'currency','value'=>$cl_currency)); $form->addInput(array('type'=>'text','maxlength'=>'100','name'=>'manager_name','value'=>$cl_manager_name)); $form->addInput(array('type'=>'text','maxlength'=>'100','name'=>'manager_login','value'=>$cl_manager_login)); -$form->addInput(array('type'=>'text','maxlength'=>'30','name'=>'password1','aspassword'=>true,'value'=>$cl_password1)); -$form->addInput(array('type'=>'text','maxlength'=>'30','name'=>'password2','aspassword'=>true,'value'=>$cl_password2)); +$form->addInput(array('type'=>'password','maxlength'=>'30','name'=>'password1','value'=>$cl_password1)); +$form->addInput(array('type'=>'password','maxlength'=>'30','name'=>'password2','value'=>$cl_password2)); $form->addInput(array('type'=>'text','maxlength'=>'100','name'=>'manager_email','value'=>$cl_manager_email)); $form->addInput(array('type'=>'submit','name'=>'btn_submit','value'=>$i18n->getKey('button.submit')));