Shizzle, ok, dumb typo on my part. Works fine now. BR, Jason
-------- Original Message -------- Subject: "Add a user" only showing logged in user. Date: Mon, 04 Jun 2012 06:35:06 +0300 From: Jason Brower <[email protected]> To: [email protected] I have been trying to add a user and all I get is my current user. I want the form so I am the one creating a new user while logged in. I started with: form = auth.register() With shows my existing profile. And then: form = crud.create(db.auth_user) Which seems to do the same thing. Any way I can do this without a manual form? ---- BR, Jason Brower

