Found 2 issues
When an anonymous user tries to access the edit user account page, pageroute will display the "Page doesn't exist" page. To fix the problem I added an if state ment for the user_edit_access() function.
The other issue is, that when the ui module is deactivated, pageroute will still show the admin links on the pages.
I removed the links completely.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | pageroute_LinksAndPermissions_002.diff | 2.16 KB | sepgil |
| pageroute_noLinksAndPermissions_001.diff | 4.73 KB | sepgil |
Comments
Comment #1
fago+1 for the user edit permission, but let's keep those admin links and just hide them if there is no UI installed.
Comment #2
fagoComment #3
fagoComment #4
sepgil commentedMade a new patch. It now checks if if pageroute_ui module exists...
Comment #5
sepgil commentedComment #6
fagothanks, committed.