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

Reply via email to