Like QR codes but those that can expire... Emily On Wed, May 30, 2012 at 11:18 AM, Emily <[email protected]> wrote:
> I want to sell passwords to users. If I can generate passwords > for them that can last for a specific period of time (the time they > have paid for) this would be good. > > If the user generates there own I cannot restrict them from viewing > certain content don't want them to view... > > My problem is that a user has to pay some money to view content on > my page for a certain period of time and this looks like a good way; a > password that can expire... When it expires, they have to buy another > pass word. > > Emily > > > On Wed, May 30, 2012 at 9:51 AM, <[email protected]> wrote: > >> Hi, >> Are you trying to create passwords on behalf of users? This is usually >> a bad idea. >> >> If I got your message wrong and you talk about secure password hashes, >> is there something specific you did not like about the current Django auth >> system? >> >> Or maybe you are interested in password complexity requirements? It's >> really difficult to guess. Please describe the problem you're trying to >> solve a bit better. >> >> Cheers >> >> Jirka >> >> >> -----Original Message----- >> From: Emily Namugaanyi <[email protected]> >> Sender: [email protected] >> Date: Tue, 29 May 2012 23:03:39 >> To: Django users<[email protected]> >> Reply-To: [email protected] >> Subject: How to generate secure passwords >> >> Hi Django users, >> >> I am working on a project that as to generate secure passwords >> (passwords that cannot be hacked) every time a user register and the >> password lasts for a period of time. S,here I am wondering whether >> django has a provision for this or I need to find another way... >> Thank you for your time.... >> >> Emily. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

