sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

registration form missing labels #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit user/registration
2. text fields with no range variable
3.

What is the expected output? What do you see instead?
there is no label with the field

What version of the product are you using? On what operating system?

Please provide any additional information below.
insert echo CHtml::activeLabelEx($profile, $field->varname); into line 119 of 
views/user/registration.php to solve

Original issue reported on code.google.com by challeng...@gmail.com on 19 Jan 2011 at 6:12

GoogleCodeExporter commented 9 years ago
I'm also having trouble with the email field.  The email field is a hidden 
field and so submits empty. I changed the hidden field to normal and the 
registration goes through, but now the validation doesn't work...either through 
the email or by putting the code in.

Original comment by challeng...@gmail.com on 19 Jan 2011 at 7:51

GoogleCodeExporter commented 9 years ago
i am wondering as well what is the best way of handling this.  I would like to 
not save or display password or hash and only save a hash in the db.  Setting 
password to '' triggers validation

Original comment by foxm...@gmail.com on 27 Jan 2011 at 4:29

GoogleCodeExporter commented 9 years ago
this stuff is fixed in the latest revision, please take a look.

Original comment by thyseus on 16 Mar 2011 at 8:27