Hi,
I have created field username with the command:
field string --fieldName username --column username --notNull --unique
but I am able to register with the same username, why is that?
Hi,
I have created field username with the command:
field string --fieldName username --column username --notNull --unique
but I am able to register with the same username, why is that?
can you try the following
Also check http://hatimonline.com/2010/08/04/sp...ty-tutorial-0/ for validator for unique.Code:field string --fieldName username --unique true --notNull
(me beating my self to actually work on this tutorial series one of these days)