On Wed, Apr 29, 2009 at 7:47 AM, Miguel <migue...@gmail.com> wrote: > Hello, > > is there any way to decode the passwords that django keeps the the > auth_user table? It would be really interesting to see if there is any > problems in the users part of the web when new information and tasks are > added via admin web. >
No. For more information search the list and you'll find, for example, this thread: http://groups.google.com/group/django-users/browse_thread/thread/5cce44d27cc6b0cc/ which details why and why that is a good thing. If you want to test things out as they would be seen by a non-staff, non-superuser user, why not just define one (or more) for testing purposes and use them? It shouldn't be necessary to actually log in as one of your real users for testing purposes. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---