-
Notifications
You must be signed in to change notification settings - Fork 0
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
ER 887 Account Page #977
Conversation
Changes preview: |
config/locales/en.yml
Outdated
@@ -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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app/views/user/show.html.slim
Outdated
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @instantrick 4a353bc
@@ -1,55 +0,0 @@ | |||
require 'rails_helper' |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What makes this necessary?
There was a problem hiding this comment.
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
ER-887
Update account page to remove options for updating email and password ready for Gov One login move