Your video is very clear and concise which I appreciate very much. Would you be so kind to make a tutorial on how to make different user types which has different authorizations please?
Thank you ! You want different authorizations for different types of users? Or you meant different authentications(e.g. set A users login by email and set B users login by mobile-number).
I can not explain how much your videos are helpfull for me.......... learning a lot..........boss
Assalomu alaykum, Your video tutorials are very informative, please post more videos, and then your UA-cam channel will become very famous!
It was beautifully explained. Thank you.
You are welcome Faisal Salam.
More videos are coming. Happy Coding!
Assalomu alaykum, Your video tutorials are very informative, please post more videos, and then your UA-cam channel will become very famous!
This channel is so underrated 🔥🫣
Your video is very clear and concise which I appreciate very much. Would you be so kind to make a tutorial on how to make different user types which has different authorizations please?
Thank you !
You want different authorizations for different types of users? Or you meant different authentications(e.g. set A users login by email and set B users login by mobile-number).
@@codeaura5138 different users, different authorization. Thanks for your reply!
Assalomu alaykum, Your video tutorials are very informative, please post more videos, and then your UA-cam channel will become very famous!
Assalomu alaykum, Your video tutorials are very informative, please post more videos, and then your UA-cam channel will become very famous!
i apply this code but i have an issue regarding password hashing. my password is saving in database as a plain text
You can add this piece in the Custom Manager class:
user.set_password(password)
user.save(using=self._db)
return user