Update base.html #1103

Closed
opened 2026-04-05 20:40:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Amir-Bakar on 10/8/2025

Update base.html to account for other cases where passwords are not used, other than LDAP. (SSO solutions, for example.)

Fixes: #20523

Change summary:

Changed the check in templates/account/base.html from if not request.user.ldap_username to if request.user.has_usable_password in line 21.

*Originally created by @Amir-Bakar on 10/8/2025* Update base.html to account for other cases where passwords are not used, other than LDAP. (SSO solutions, for example.) ### Fixes: #20523 ### Change summary: Changed the check in `templates/account/base.html` from `if not request.user.ldap_username` to `if request.user.has_usable_password` in line 21.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#1103