website/docs: Password Uniqueness Policy#13686
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@tanberry I added a separate file for this feature so it's easier to set the tags |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #13686 +/- ##
==========================================
- Coverage 92.76% 92.75% -0.01%
==========================================
Files 794 809 +15
Lines 40545 41533 +988
==========================================
+ Hits 37610 38525 +915
- Misses 2935 3008 +73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dominic-r
left a comment
There was a problem hiding this comment.
Marcelo, Thank you for this doc page! Here are my little suggestions. Please do LMK if you need any clarifications!
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-571d2a32155e82a00798b09edda923f4ef5598e8
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-571d2a32155e82a00798b09edda923f4ef5598e8Afterwards, run the upgrade commands from the latest release notes. |
dominic-r
left a comment
There was a problem hiding this comment.
@melizeche Marcelo, thanks for this PR! I added a little suggestion to conform to the style guide, otherwise LGTM!
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
|
@dominic-r this shouldn't be merged until we release 2025.4 because that's when this feature will be released |
| 1. In the Admin interface, navigate to **Customization** -> **Policies**. | ||
| 2. Create a **Password Uniqueness Policy** | ||
| 3. Set **Number of Historical Passwords** to 3 | ||
| 4. Bind the policy to your **password prompt stage** |
There was a problem hiding this comment.
@melizeche is the password prompt stage either a custom one that created or also the default-password-change-prompt stage?
There was a problem hiding this comment.
Let's give them a bit more help on how to do the binding.
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
There was a problem hiding this comment.
Thanks @melizeche great docs, just a few questions (about the prompt stage) and a suggestion for one of the sections, and of course nit-pics. :-) Let me know if you want to meet to go over these suggestions!
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
tanberry
left a comment
There was a problem hiding this comment.
Thank you so much for these excellent docs @melizeche ! Cool feature, too. ;-)
* First draft docs for policies/unique_password * simplify documentation * fix styling * Add clarification about when this policy takes effect * change wording in how it works Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com> * Take the user by the hand and tell them where to go * Improve wording in Configuration options * add suggestion from PR Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com> * Update website/docs/customize/policies/unique_password.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Apply suggestions from code review Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com> * fix linting and wording * Add instructions for binding * Remove conf options section, add to sidebar * Update website/docs/customize/policies/unique_password.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> --------- Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Dominic R <dominic@sdko.org> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Details
Documentation for #13453
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)