Re: Make timeout property for PasswordResetTokenGenerator

2022-08-23 Thread Alexander Voloshchenko
d Regards, > > Carlton > > On Mon, 22 Aug 2022 at 17:26, Alexander Voloshchenko < > voloshchen...@gmail.com> wrote: > >> During project development our team needs to create several types of >> tokens. One of them will be used in case of account reset password.

Re: Make timeout property for PasswordResetTokenGenerator

2022-08-23 Thread Alexander Voloshchenko
t ‘if’ in PasswordResetTokenGenerator.check_token > > > > For us it works without any problem. > > > > Mit freundlichen Grüßen, > > DI Mag. Maxim Danilov > > > > +43(681)207 447 76 > > ma...@wpsoft.at > > > > *From:* django-d...@googl

Make timeout property for PasswordResetTokenGenerator

2022-08-22 Thread Alexander Voloshchenko
During project development our team needs to create several types of tokens. One of them will be used in case of account reset password. The second one is for account activation. Django itself has a good class for token generation called PasswordResetTokenGenerator. And now for account activati