-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
dev/core#5610 Simplifying the session cookie message to make it more readable #31638
base: master
Are you sure you want to change the base?
Conversation
…ble and less scary for average users
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/5610 |
…ble and less scary for average users
One of those messages I've seen so many times I don't notice it any more, but when you stop and look at it, it's nasty... and imagine it's pretty off putting to your average user. So I think this is a big improvement Thanks @shaneonabike |
I agree with this change. One nitpick: several of the translated strings are almost the same but not exactly the same. This creates more work for translators (if they were exactly the same, it would only require translating once). |
…ble and less scary for average users
Totally fair @colemanw. I changed two of them to match I left the other one because it was more inline with the messaging that was there before pertaining to resubmitting the information, because when that is triggered it apparently returns the user to the page (but I honestly have no idea). If you want that to be the same I'm ok with that too. |
Overview
When a session key expires or does exist the error that appears is pretty intense and less than clear for clients even though it clearly states what the issue is.
Example use-case
Current behaviour
We receive the error message
Proposed behaviour
Perhaps we can modify this just to be simpler. If we want to give the tips about Site Administrators this could be pushed the log files or displayed internally? I see the following scenarios
Comments
Is there other scenarios that we could capture like if it's a subdomain but the session key isn't valid because of the configuration?