Is there a way to strip arbitrary characters from a users login input. Ie: one may consider something like periods in the local_part to be arbitrary. So logging in a "user", "u.ser" or "u.s.e.r" all result in the same user.
One way would be to run the input through a search/replace regex... is this possible in any way? -- Robert inoc.net!rblayzor http://inoc.net/ _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
