You might try setting auth.settings.formstyle = 'divs'. You can also use the usual custom form functionality -- the second password field widget is form.custom.widget.password_two.
Note, I think the auth.register() function does some automatic redirecting if the user is already logged in, so you might want to make sure the function is called (and therefore the form displayed) only for non-logged in users. Otherwise, you could simply build your own registration form (the usual way) based on the db.auth_user table. Anthony On Monday, November 28, 2011 5:34:04 PM UTC-5, Constantine Vasil wrote: > > Thank I did it but there is this issue: > > Got a message next to > Verify Password: "please input your password again" > > How to prevent this and also how to place > "please input your password again" under > Verify Password input field? > > > >

