| Summary | Address book displayed on login screen |
| Queue | Horde Base |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | chuck (at) horde (dot) org |
| Requester | joho (at) webbplatsen (dot) se |
| Created | 11/15/2004 (7684 days ago) |
| Due | |
| Updated | 11/17/2004 (7682 days ago) |
| Assigned | 11/15/2004 (7684 days ago) |
| Resolved | 11/15/2004 (7684 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
this any other way.
it's still there.
And this didn't happen after a configuration change, it happened after
a HEAD update.
My conf.php for IMP contains:
$conf['menu']['apps'] = array('turba');
The menu.php for IMP contains:
$_menu = array();
I do have permissions set on Turba (and downwards), but only for "All
authenticated users" (which may do everything).
If I click on the addressbook button/icon in the login screen, nothing
happens (or rather, I'm required to log in as usual).
So it seems the access is restricted, the display isn't.
State ⇒ Resolved
so they won't show up unless guests are allowed to see them. Links you
add in config/menu.php you'll need to add if (Auth::getAuth()) checks
around yourself if you want to restrict them.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Address book displayed on login screen
Queue ⇒ Horde Base
Authentication is configured to be done via IMP.
This is HEAD20041114 (all apps, including framework).