My hoster use unhandy login names like v346223514, but
I would like login names like "tim" more. So this patch
adds a "alias" function for logins.
The syntax is:
$conf->domains[$i]->login_aliases = array('tim' =>
'v346223514', 'alias2' => 'real_login_2');
This patch also fix the feature requests #1227895
"Address Translation".
Greetings,
Tim Gerundt
original and altered files
patch file
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the patch.