I am finding remote jobs worldwide.
在2024年1月16日星期二 UTC+8 08:41:10 写道:
> Greetings,
> I am an experienced senior Python developer with a rich background
> spanning over 7 years in Python/Django development. Currently, I am
> actively seeking opportunities in Python or Django-related positions.
Isn't this pincode_auth_app just the same as the standard Django
password authentication, only the password is stored in plain text and
limited to four characters?
Maybe I'm missing something?
Kind regards,
Kasper Laudrup
--
You received this message because you are subscribed to the Google G
python manage.py startapp pincode_auth_app
# pincode_auth_app/models.py from django.contrib.auth.models import
AbstractUser from django.db import models class CustomUser(AbstractUser):
pin_code = models.CharField(max_length=4, blank=True, null=True)
***
# pincode_auth_app/admin.py from
Maybe try to send a token to user email, when used get that email with a
activation link, he can just click and activate the account
tir. 16. jan. 2024 kl. 16:02 skrev ABDUL HAFEEZ :
> example:
> I have a model with fields username and password
> when users create account there credentials saved
example:
I have a model with fields username and password
when users create account there credentials saved in db next I want that
*instead
of login with password I want create token *so he can login with token not
password
what should I do
please provide me logic steps if someone have done
5 matches
Mail list logo