IkramKhan-DevOps / lib-boilderplatedjango

Premium Django application with advanced settings and configurations
MIT License
10 stars 3 forks source link

AUTH: Signup & Login Redirect to Password Setup #30

Open hesham-04 opened 1 month ago

hesham-04 commented 1 month ago

The User needs to be able to add a password right after they signup also when they login and they don't have a password set up yet.

hesham-04 commented 1 month ago

@hesham-04 fix?

IkramKhan-DevOps commented 1 month ago

@hesham-04 you can do one, in cross-auth check the if the user has not set password already, redirect to password change page, where framework will show set password form.