Summary | How can i modify the IMP login page |
Queue | IMP |
Queue Version | 3.2.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | mark_bj (at) softhome (dot) net |
Created | 10/23/2005 (7166 days ago) |
Due | |
Updated | 10/23/2005 (7166 days ago) |
Assigned | |
Resolved | 10/23/2005 (7166 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ How can i modify the IMP login page
Queue ⇒ IMP
My boss assign the job for me, the user request using login name
using firstname.lastname, but it can not do so, i want take below code
inside the imp but can't find where can i do so.
$j=0;
$tmp=$imapuser;
for($i=0;$i<strlen($tmp);$i++)
{if($tmp[$i]!="."){$imapuser[$j]=$tmp[$i];$j++;}}
while($i>=$j){$imapuser[$i]=""; $i--;}
I had take it inside /home/httpd/horde/imp/redirect.php, but it is not
work. I don't want be fire, hope be help
Regards,
Mark
mark_bj@softhome.net