Change User Password Page - Django Blog #25

preview_player
Показать описание
In this video we'll create a page to allow users to change their passwords.

We'll also bootstrap the form to make it look nicer.

I'll show you two ways to do this, first we can very easily user the Django admin functionality to allow users to change their password. Second, I'll show you how to build a custom page that allows users to change their password (without relying on the Django admin page).
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Django Blog Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:

Codemycom
Автор

for anyone getting the error where django is not recognising the request url, it is because of the extra user id in the beggining before /password. So, just add
path('<int:uid>/', include('members.urls')),
in the urls. py file of the ablog directory.

luffytaro-tggm
Автор

I m very new in Django: I love your "Django Blog" Series. Keep on! Best greeting from Berlin

johanneskrugersoftwaredeve
Автор

Dear Author, I'm really grateful to you for this lesson, I'm new in Django and this video was useful to me.

Daibend
Автор

Man I have watched like twenty videos on ur channel and I just wanna make friends with you! You are insane

zeruihai
Автор

This was a nice elaboration in depth... Thank you and you are doing great Job!!

rahamanhabib
Автор

God bless you for the tutorial sir
Your explanation is always pretty clear and easy to understand.

Please can you also make video based on how to create an e-wallet with django

andrewsmichael
Автор

You have created a solution using a template for Success Password. Don't have a similar option for the previous invalid Password case? Is there an unsuccess_url command?

salmoseproverbiosilustrados
Автор

i am following your tutorials and like them very much but i still dont understand why u arent using widget-tweaks even though they are super easy and efficient to use especially if your working with bootstrap and want full customization of the forms

fnnha
Автор

I really liked your video. I followed the video carefully, though I used my authentication folder rather than your members folder as I was testing on my own Django project. It seems to work fine, but I end up with the four bulleted password requirements help lines showing up twice. They don't go away when I switch to my own PasswordChangingForm instead of the Django PasswordChangeForm; so when I add them into the html template, they show up twice. Do I need to do more than just inherit PasswordChangingForm from PasswordChangeForm? I don't like the standard placement of the help text, and I'd really like to have control over where it goes. Thanks!

algaspar
Автор

Just wanted to say thanks for making such helpful content. Is it possible to change a password without requiring the old one? What happens if a user forgets their password? Are there alternative methods for regaining access?

DimpleDaisy
Автор

Thank you for the video. Is this method work for the website I just created step by step with djando Wednesday? My UserAdmin password does not work and i get the Error

nezhatnour
Автор

I don’t know if you will read this but I hope so. When I click on the link for change password on “edit profile” it send me an error because it redirects me to 1/password instead of only /password. Number “1” it’s for the user id. And that’s were I have to stop and found no answer on internet, maybe you can help me. Thank you so much for you help and quality videos!!!

frenziechannel
Автор

You typed from_class instead of form_class!!! but still works!!!! how did django handled it !!!

zeek_zone
Автор

is there any way that the logged-in user is able to see his own password?? because, its not look to view that algorithm stuffs showing for the logged in person...

hariharanbalasubramanianpr
Автор

One doubt sir, if the user forgot the passwords if they contact adminstator to regenerate new password, is the SUPERUSER has the rights to change any other user's password

nagendranfriends
Автор

How can I change the name of the label? For example it says "New password1" and "New password2". I would like it to say "New password" and "Password confirmation"

ignaciod.
Автор

it's great tutorial thanks very much however if u did forgot password
the blog will be nice

sulimanallahgabo
Автор

I do everything I keep seeing The current path, password /, didn't match any of these

versatg
Автор

Can we change the name from New Password1 and New Password2 to something else?

zubin