Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not remove ACF when installing targeted ACFs #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joseph-reynolds
Copy link
Contributor

This changes the code for the "targeted ACF" design so successfully installing a targeted ACF (such as reset admin user) does not remove any "service login" ACF. Specifically, installing an "admin reset" ACF does not invalidate the service user's login credentials. All other aspects of the design remain the same.

Tested:
The steps are:

  1. Install a "service login" ACF (and ensure it works).
  2. Install an "admin reset" ACF (and ensure it was effective).
  3. Validate the service user can login using the credentials from step 1.

This changes the code for the "targeted ACF" design so successfully
installing a targeted ACF (such as reset admin user) does not remove any
"service login" ACF.  Specifically, installing an "admin reset" ACF does not
invalidate the service user's login credentials.  All other aspects of the
design remain the same.

Tested:
The steps are:
1. Install a "service login" ACF (and ensure it works).
2. Install an "admin reset" ACF (and ensure it was effective).
3. Validate the service user can login using the credentials from step 1.

Signed-off-by: Joseph Reynolds <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants