You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation occurs on form submission. Error messages are displayed in text form, but there is a problem with timing and context as described in #338 and #333. This is being addressed there.
Labels or Instructions
User input is labelled and where appropriate placeholder text is used to show an example of input possible.
For the user profile settings page there some ambiguity between 'Salutation' and 'Name Prefix' Such that for example putting "Dr" in the first won't show up on the profile, but will if in the second. But it is unclear where these fields are being used, so a user cannot know which to use for what.
Doesn't show Dr in profile
Does show Dr in profile
Error Suggestion
The error for a failed login is appropriate for security in that it notifies of the failure and does not indicate whether an account exists for that user name.
Error Prevention
The only part of the website that handles legal and/or financial transactions is the supporter signup sheet. This needs further investigation as to whether it is compliant.
The site does allow login and signup for accounts, and there is validation on this data. Once logged in, users can access their profile with options to amend this data.
Redundant Entry
The only information previously provided by a user than must be re-entered is the username and password, which is essential for security.
Accessible Authentication (minimum)
email and password inputs are properly marked up as per H100.
Authentication of email for new signups is via email link authentication.
The text was updated successfully, but these errors were encountered:
Summary
This review considered:
Audit Results
Error identification
Validation occurs on form submission. Error messages are displayed in text form, but there is a problem with timing and context as described in #338 and #333. This is being addressed there.
Labels or Instructions
User input is labelled and where appropriate placeholder text is used to show an example of input possible.
For the user profile settings page there some ambiguity between 'Salutation' and 'Name Prefix' Such that for example putting "Dr" in the first won't show up on the profile, but will if in the second. But it is unclear where these fields are being used, so a user cannot know which to use for what.
Doesn't show Dr in profile
Does show Dr in profile
Error Suggestion
The error for a failed login is appropriate for security in that it notifies of the failure and does not indicate whether an account exists for that user name.
Error Prevention
The only part of the website that handles legal and/or financial transactions is the supporter signup sheet. This needs further investigation as to whether it is compliant.
The site does allow login and signup for accounts, and there is validation on this data. Once logged in, users can access their profile with options to amend this data.
Redundant Entry
The only information previously provided by a user than must be re-entered is the username and password, which is essential for security.
Accessible Authentication (minimum)
email and password inputs are properly marked up as per H100.
Authentication of email for new signups is via email link authentication.
The text was updated successfully, but these errors were encountered: