phpBB3 logins not case sensitive
4 posts
• Page 1 of 1
phpBB3 logins not case sensitive
Whenever I try this awesome lil modification the login is always case sensitive in Joomla. On phpBB3 it does not matter what case you use it will still log you on
the big problem I have is if I roll this out I on my 13,000 member forum I am going to get 1500+ emails asking why they can't log on
I see in the phpBB3 user table there are 2 fields ... username and username_clean that do it .... is there anyway of doing this with JFusion pretty please with 3 beers on top
thanks for ya thoughts
Scott
the big problem I have is if I roll this out I on my 13,000 member forum I am going to get 1500+ emails asking why they can't log on
I see in the phpBB3 user table there are 2 fields ... username and username_clean that do it .... is there anyway of doing this with JFusion pretty please with 3 beers on top
thanks for ya thoughts
Scott
-

deewik - JFusion Newbie II

- Posts: 13
- Joined: Fri Jan 25, 2008 9:34 pm
Re: phpBB3 logins not case sensitive
I'll add a global option to always convert the username into lower case for the next release.
Then an extra option needs to be added to the phpBB JFusion XML configuration file, to allow you to select if username or username_clean should be used.
Is there anything else beside capitals that are removed in the username_clean field (special characters, spaces, etc)
Cheers, Marius
Then an extra option needs to be added to the phpBB JFusion XML configuration file, to allow you to select if username or username_clean should be used.
Is there anything else beside capitals that are removed in the username_clean field (special characters, spaces, etc)
Cheers, Marius
-

mariusvr - Developer

- Posts: 3132
- Joined: Sun Jan 13, 2008 9:55 am
- Location: Perth, Western Australia
Re: phpBB3 logins not case sensitive
Had a look at the username manipulation of phpBB3. 5 functions are called to generate the username_clean and many large arrays are created to help with the conversion of special characters. Using the phpBB3 methods will be too intensive for JFusion (I want to keep it light weight).
Would just converting the usernames to lower case be enough for you?
Cheers, Marius
Would just converting the usernames to lower case be enough for you?
Cheers, Marius
-

mariusvr - Developer

- Posts: 3132
- Joined: Sun Jan 13, 2008 9:55 am
- Location: Perth, Western Australia
Re: phpBB3 logins not case sensitive
Sorry for the delay in replying as I have not been well
It would be nice if it could check the first field and if that fails the second field
If that fails bounce it to incorrect login
I understand this is going to get complex so if you do not want to implement it I understand and it will just have to be something my users have to get used to
Again many thanks for the best support on ANY extension I have had dealings with
cheeries
Scott
It would be nice if it could check the first field and if that fails the second field
If that fails bounce it to incorrect login
I understand this is going to get complex so if you do not want to implement it I understand and it will just have to be something my users have to get used to
Again many thanks for the best support on ANY extension I have had dealings with
cheeries
Scott
-

deewik - JFusion Newbie II

- Posts: 13
- Joined: Fri Jan 25, 2008 9:34 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests
