Problem/Motivation
There is a typo in the infobox after installation of the module.
Security Review module enabled. You should first set the module access permissions at admin/people/permissions. Be sure to grant permissions to trusted users only as this module can show senstive site information.
Steps to reproduce the bug:
- Go to Modules
- Enable Security Review module
- Press Save configuration
- The infobox appears at the top of the page containing the typo
Proposed resolution
Change the contents of the infobox:
Security Review module enabled. You should first set the module access permissions at admin/people/permissions. Be sure to grant permissions to trusted users only as this module can show sensitive site information.
Remaining tasks
- Review
- Commit to 7.x-1.x
User interface changes
UI text changed for post-installation information box.
API changes
None
Original report by [wileykoepp]
There is a type-o in the information box that appears immediately after installation: "senstive" should be "sensitive"
Security Review module enabled. You should first set the module access permissions at admin/people/permissions. Be sure to grant permissions to trusted users only as this module can show senstive site information.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | typo-in-postinstall-infobox-2427511-1.patch | 856 bytes | banviktor |
| #1 | 2427511-after.png | 11.69 KB | banviktor |
| #1 | 2427511-before.png | 11.52 KB | banviktor |
| Screen Shot 2015-02-16 at 3.47.36 PM.png | 65.1 KB | wileykoepp |
Comments
Comment #1
banviktor commentedHi wileykoepp!
I was able to reproduce the bug, and made a patch.
Screenshots and patch attached.
Comment #3
coltraneThanks @banviktor! I've committed this to 7.x and also backported to 6.x branch since it was an error there as well.