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.
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
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