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

ER 887 Account Page #977

Merged
merged 5 commits into from
Dec 5, 2023
Merged

ER 887 Account Page #977

merged 5 commits into from
Dec 5, 2023

Conversation

jack-coggin
Copy link
Contributor

@jack-coggin jack-coggin commented Nov 21, 2023

ER-887

Update account page to remove options for updating email and password ready for Gov One login move

Copy link

viezly bot commented Nov 21, 2023

Changes preview:

Legend:

👀 Review pull request on Viezly

@jack-coggin jack-coggin added the review Review app deployed to Azure label Nov 22, 2023
Copy link

@jack-coggin jack-coggin marked this pull request as ready for review November 22, 2023 13:18
@@ -296,6 +296,7 @@ en:
# /my-account
my_account:
title: My account
name_information: This is the name that will appear on you end of module certificate. You can use this setting to change how your name appears. Changing your name on this account will not affect your Gov.UK One Login account.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that the GOV.UK One Login is always capitalised i.e. the GOV part

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency in the layout the HR on line 10 needs the margin bottom to be removed. Add the class: govuk-!-margin-bottom-0 to it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1,55 +0,0 @@
require 'rails_helper'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have removed the link on the account page at this point, but the route and functionality remains. I think if that is the case we shouldn't be deleting the spec, which I presume still works?

@@ -14,7 +15,7 @@

it 'is not redirected and can access secure pages' do
expect(response).not_to redirect_to new_user_session_path
expect(response.body).to include bot_email
expect(response.body).to include bot_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What makes this necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterdavidhamilton Email is no longer displayed on account page, so using the name to identify the user in this case instead

@peterdavidhamilton peterdavidhamilton added this to the rc0.13.0 milestone Dec 1, 2023
@jack-coggin jack-coggin merged commit 64f70f6 into one-login Dec 5, 2023
4 checks passed
@peterdavidhamilton peterdavidhamilton deleted the ER-887-account-page branch January 8, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Changes to assets detected review Review app deployed to Azure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants