Using stadard web2py registration and authentication, you cannot disable it.
You must write your own registration and authentication routines or change your workflow to register and print your cards. On Thu, May 23, 2013 at 5:44 AM, Ahmad Faiyaz <[email protected]> wrote: > Hello, > I am new on web2py. I am using it to develop a Programming Contest > Management system. Now on a ONSITE Programming Contest , we have to > distribute username and password printed on paper. So i have implemented a > function which will generate user accounts automatically then print the > passwords on a PDF. Web2py uses encrpytion to store the password, which is > not retrievable. Now i can have a different table to store the passwords, > but when i use use Auth to modify the password, i will be unable to update > my own table. What to do now ? How i can disable encryption on auth_user > table ? Can anyone help !! > > -- > > --- > 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. > > -- --- 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.

