aamirkh521 / yii-user

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

Allow uppercase symbols for varname in ProfileField Model #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Its useful for further integration of yii-user with other code.
For example, i need to send user profiles via SOAP in my project, and i have 
predefined names of parameters that contain uppercase symbols in SOAP 
procedure, so it would be nice to give a names for profile fields that is 
similar to parameter nemes in SOAP procedure, like 'firstName', 'lastName' for 
avoiding unnecessary code.

ProfileField.php -> line  59:
array('varname', 'match', 'pattern' => '/^[A-Za-z_0-9]+$/u','message' => 
UserModule::t("Incorrect symbol's.")),

Original issue reported on code.google.com by ideax.ne...@gmail.com on 23 Sep 2010 at 11:24

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r63.

Original comment by mish...@gmail.com on 23 Sep 2010 at 12:59