Commit 1071510
docs: SSO user local-login fallback for open source (#15167)
* docs: add SSO user local-login fallback for open source
After upgrading to open-source DefectDojo 3.x, SSO becomes a Pro-only
feature and previously SSO-provisioned users are locked out: they have no
usable password, and the UI/API block setting one because such accounts are
detected as SSO accounts. Deleting and recreating them loses history and
permissions.
Add an Open Source docs page describing the backend workaround: set a local
password via the Django shell and enable force_password_reset so the user is
made to choose their own password on next login. Includes single-user and
bulk snippets, a Kubernetes variant, and the forgot-password alternative.
Cross-link it from the existing "SSO Users" section of the creating-new-users
page.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* docs: update command for accessing Django shell in SSO user local-login fallback
* Revise user management documentation
Updated example for a single user and removed bulk password reset section.
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 654b82f commit 1071510
2 files changed
Lines changed: 59 additions & 0 deletions
File tree
- docs/content/admin/user_management
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments