Hello list,
How can I make it so when a client registers, their auth name is what gets stored in the username field of the location table, and not the 'display name' from the From field?
I've tried to do some regexp stuff with subst command but it seems like the save() function doesn't pay any attention to the changes I make.
Any suggestions?
Thanks
tf.
Hello,
On 01/26/06 21:47, Tyler wrote:
Hello list,
How can I make it so when a client registers, their auth name is what gets stored in the username field of the location table, and not the 'display name' from the From field?
the "display name" of From header is not used for authentication. In the credentials header is a user field which is used.
I've tried to do some regexp stuff with subst command but it seems like the save() function doesn't pay any attention to the changes I make.
These changes are applied only when the requests are forwarded. They are kept as diffs against the original message.
Cheers, Daniel
Any suggestions?
Thanks
tf.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users