Closed (fixed)
Project:
SSH Key
Version:
6.x-1.0-unstable1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2010 at 06:05 UTC
Updated:
16 Jan 2011 at 23:40 UTC
In sshkey.module hook_menu, the item $menu['admin/user/sshkeys']'s access arguments array value should be 'administer sshkey' instead of 'administer sshkeys'. Or 'administer sshkey' in hook_perm should be 'administer sshkeys'.
| Comment | File | Size | Author |
|---|---|---|---|
| sshkey-menu-permission-typo-fix.patch | 509 bytes | Nick Robillard |
Comments
Comment #1
Nick Robillard commentedComment #2
dave reidI think the permission should actually be renamed to 'administer sshkeys' to match the other permission.
Comment #3
Nick Robillard commentedMaybe - but the the module is called sshkey. What you're administering is the sshkey (singular) module in general - not individual ssh keys. No?
Comment #4
dave reidThanks! Fixed in CVS.
http://drupal.org/cvs?commit=472998