sarvan75 / yii-user-management

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

cannot use diffferent status on user register #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. fill out reg form
2. try to log in
3. look in db for issue

What is the expected output? What do you see instead?
the status field of the newly created user is always 0.

Please use labels and text to provide additional information.
i have tried hardcoding this into to yumuser model under the register function 
to no avail, i changed status in my db (phpmyadmin)to the #2 but why wont the 
yumuser register function take the changes.
this used to be able to be changed in old versions of the module.
here are some examples of things i have tried
http://pastebin.com/u/mithereal

Original issue reported on code.google.com by mither...@gmail.com on 22 Aug 2011 at 7:57