Search found 2 matches

by utssace
Mon Sep 24, 2007 10:50 pm
Forum: Joombie Coding Q/A
Topic: Special Characters in username - Joomla 1.5
Replies: 2
Views: 924

Re: Special Characters in username - Joomla 1.5

One improvement the developers have made in the new 1.5 is recognizing that many users
want to use the Hyphen "-" and period "." is usernames.  This required a hack in 1.0.x

I only wish I knew which of these ... to edit to allow additional characters:

Code: Select all

[A-Za-z0-9_\.-]
by utssace
Mon Sep 24, 2007 3:15 pm
Forum: Joombie Coding Q/A
Topic: Special Characters in username - Joomla 1.5
Replies: 2
Views: 924

Special Characters in username - Joomla 1.5

I am working on migrating my gaming clans site to Joomla.  It is currently Nuke. Most of our members use some unicode characters in their username, for example "§«{})(|" I was able to hack the nuke_your account file to accept special characters in usernames. How can I get Joomla to accept certa...