> In this line of code: > > > form[0].insert(10,DIV(LABEL(H5(password),_class="control-label"),_class="control-group")) >
What do you mean? In your example run above, password appears to have the correct value both before and after that line. Are you saying the label shown in the HTML is the wrong value? > and for the insert in the auth_user table password has the value: HnewN}86 How do you know what gets inserted? Is the password hashed, and you just observed that logging in with that value work, or is it stored in plain text? Are you using the standard db.auth_user definition? If not, can we see the definition or any changes you made to the validators, etc.? Is the password field shown in the register form? Also, what is the value of form.vars.password after .process() has been called? form.vars.password is the value that actually gets inserted into the database. Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

