| Summary | Allow configuration of login page header |
| Queue | IMP |
| Queue Version | 4.1.3 |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | |
| Requester | Otto.Stolz (at) uni-konstanz (dot) de |
| Created | 12/20/2006 (6913 days ago) |
| Due | |
| Updated | 12/20/2006 (6913 days ago) |
| Assigned | |
| Resolved | 12/20/2006 (6913 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Rejected
problems with it, they should be fixed instead of adding yet another
config file imo. But please feel free to post your solution on the
wiki for others.
New Attachment: delta[2]
I think, everything is alright.
Again, the attached patch is cumulative.
New Attachment: delta[1]
banner.php, should also be mentioned in imp/docs/INSTALL. The v 4.1.3
wording imples that motd.php "will be correct for most sites", which
is not correct.
The v 4.1.3 wording also imples that mime_drivers.php should normally
be edited, without giving any hints, why and how. As mime_drivers.php
apparently does not need any editing, I have removed the explicit
reference to that file from my proposed wording.
The attache patch is cumulative: It contains all amendmends proposed
so far, in this ticket.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Allow configuration of login page header
Queue ⇒ IMP
New Attachment: delta
State ⇒ New
- replace it entirely with an alternate login page,
- add a message-of-the-day beloe the form.
I suggest to provide a simple means of configuring also the
page-heading area (which currently contains a H1 tag reading "Welcome
to Horde", or some such), for cases where designing a complete
alternate login-page seems too troublesome and, indeed, unnecessary.
I have modelled this proposed feature after the motd feature already
awailable: when the administrator has provided an
imp/config/banner.php file, it will replace the usual "Welcome to
Horde" header (just as motd.php, if present, will be inserted below
the data entry form).
The attached patch comprises:
- the proposed enhancment to imp/templates/login/login.inc,
- an example imp/config/banner.php.dist file,
- a hint to both the proposed banner.php and the existing motd.php in
imp/config/conf.xml.