Wiki doesn't like me [solved - read first post]
- Dr Neo Lao
- Cartoon Hero
- Posts: 2397
- Joined: Wed Oct 18, 2006 5:21 am
- Location: Australia
Re: Wiki doesn't like me [News on first post]
Dr Neo Lao works as it should, drneolaothesecond still repeats the name (Drneolaothesecond:drneolaothesecond - Username not valid).
- Kisai
- Goddess of Light
- Posts: 3276
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: The Past, the Present, The future
- Contact:
Re: Wiki doesn't like me [News on first post]
so far I have it down to one function, for some reason... it's not behaving like it's supposed to.
Above is what you should see
Below is what's happening with usernames that begin with lowercase. For some reason forcing the username to return as lowercase makes it do nothing.
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
getUsername: Kisai
1. DEBUG: Kisai
2. DEBUG: authenticate:Kisai
3. DEBUG: attempting to check password
4. DEBUG: Password OK
Login successful
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: Kisaitest1
1. DEBUG: kisaitest1
newFromName(2)(/valid)
DEBUG:allowPWDCH?
DEBUG:modifyUI?
Log in / create account
- Dr Neo Lao
- Cartoon Hero
- Posts: 2397
- Joined: Wed Oct 18, 2006 5:21 am
- Location: Australia
Re: Wiki doesn't like me [News on first post]
It's a really odd bug - I've never heard of it before.
Was there any upgrades / patches from Mediawiki recently?
Was there any upgrades / patches from Mediawiki recently?
Re: Wiki doesn't like me [News on first post]
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: Wendybird
1. DEBUG: wendybird
newFromName(2)(/valid)
DEBUG:allowPWDCH?
DEBUG:modifyUI?
Log in / create account
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: WendyB
1. DEBUG: wendyB
newFromName(2)(/valid)
DEBUG:allowPWDCH?
DEBUG:modifyUI?
Log in / create account
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: Qwanderer
1. DEBUG: qwanderer
newFromName(2)(/valid)
DEBUG:allowPWDCH?
DEBUG:modifyUI?
Log in / create account
- Nutshellcomics
- Regular Poster
- Posts: 49
- Joined: Fri Feb 22, 2008 5:17 am
- Location: Deep ina' Hearta'
Re: Wiki doesn't like me [News on first post]
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: Nutshellcomics
1. DEBUG: nutshellcomics
newFromName(2)(/valid)
DEBUG:allowPWDCH?
DEBUG:modifyUI?
Log in / create account
Re: Wiki doesn't like me [News on first post]
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: Tinfoil
1. DEBUG: tinfoil
newFromName(2)(/valid)
DEBUG:allowPWDCH?
DEBUG:modifyUI?
Log in / create account
- Drneolaothesecond
- Newbie
- Posts: 5
- Joined: Mon Oct 15, 2007 3:27 pm
Re: Wiki doesn't like me [News on first post]
Code: Select all
DEBUG:validDomain?
DEBUG:setDomain?
newFromName(0)
getUsername: Drneolaothesecond
1. DEBUG: Drneolaothesecond
newFromName(3)
2. DEBUG: authenticate:Drneolaothesecond
3. DEBUG: attempting to check password
4. DEBUG: Password OK
- Dr Neo Lao
- Cartoon Hero
- Posts: 2397
- Joined: Wed Oct 18, 2006 5:21 am
- Location: Australia
Re: Wiki doesn't like me [solved - read first post]
It's definitely working now.
All forum members who had a name that started with a lower case letter now need to log in with the first letter upper-capped. If you log in with lower case letter, the forum will let you in but you then won't be able to log into either the SiteAdmin or the Wiki.
All forum members who had a name that started with a lower case letter now need to log in with the first letter upper-capped. If you log in with lower case letter, the forum will let you in but you then won't be able to log into either the SiteAdmin or the Wiki.
Re: Wiki doesn't like me [solved - read first post]
I seem to be having this problem with my old account... trying to post twice as was suggested.
Re: Wiki doesn't like me [solved - read first post]
...and second post