>
> userID=db.auth_user.insert(**db.auth_user._filter_fields(
> form.vars))
> db.auth_membership.insert(user_id=userID,group_id=PROFILEGROUPID)
>
> db.auth_membership.insert(user_id=userID,group_id=ACCOUNTGROUPID)
>
> db.auth_membership.insert(user_id=userID,group_id=INTERFACEGROUPID)
>
> db.auth_membership.insert(user_id=userID,group_id=TEXTGROUPID)
> ...
> row.update_record(nodeID=id,repliedOn=request.now)
>
> context=dict(id=id,title=form.vars.title,familyNamePreposition=form.vars.familyNamePreposition,\
>
> lastName=form.vars.last_name,username=username,userkeyword=password,signature=None)
> message=response.render('mail/register.html',context)
>
Can we see the code in the "..." section above, as well as the
register.html template? Are you sure the password is changing, or is the
login just not working (possibly for some other reason)?
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.