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

Replace basic authentication with a custom password page #323

Closed
frankieroberto opened this issue Jul 5, 2024 · 4 comments · Fixed by #324
Closed

Replace basic authentication with a custom password page #323

frankieroberto opened this issue Jul 5, 2024 · 4 comments · Fixed by #324
Labels
Enhancement: feature request New feature or request

Comments

@frankieroberto
Copy link
Contributor

We (Record a vaccination team) have done some user research with NHS staff on a prototype, and experienced the issue where corporate IT had turned off basic authentication in Windows Edge, and so were unable to access the prototype.

The GOV.UK Prototype Kit team experienced similar, and replaced basic authentication with a custom password screen in this pull request: alphagov/govuk-prototype-kit#1019

We should do similar?

@frankieroberto frankieroberto added the Enhancement: feature request New feature or request label Jul 5, 2024
@joelanman
Copy link

Thats the issue, the PR is here:

@frankieroberto
Copy link
Contributor Author

@joelanman ah thanks! Hopefully we can copy a lot of that code.

@anandamaryon1
Copy link
Contributor

Thanks for raising this @frankieroberto, this looks like a major blocker for testing designs with internal users, and so a very useful addition to the kit. Are you in a position to be able to implement this, or do we need to find some development help for this?

@frankieroberto
Copy link
Contributor Author

@anandamaryon1 I’ll see how far I can get by copying and pasting the GOVUK implementation.

In the meantime the workaround is to remove the password and also set the environment to “development” mode. (Otherwise it’ll complain of a lack of password)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement: feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants