On Thu, 15 Apr 1999, Jamie Orzechowski wrote:

> Hi There ... I was wondering if anyone had a config for me that will convert
> all usernames to lowercase and also strip off anything after (and including)
> the @ symbol ... some people try and login with their [EMAIL PROTECTED] which
> will not work ... it will have to do the converting of the name before it is
> sent to the accounting server so that it will be accounted for properly ...
> any ideas?

    RewriteUsername   s/^([^@]+).*/$1/
    RewriteUsername   tr/A-Z/a-z/

Steve


===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to