0
I just changed my Linksys router (WRT110, latest firmware 1.0.07) password to one containing one special accented character (é
in this occurence), among the 22 characters (all others lowercase alphabetical). I'm certain that the password is right, because I typed it in cleartext before and then pasted it into the fields.
The password change succeeded, but now I can't login anymore, and I want to avoid doing a reset.
I couldn't find any resource regarding special characters in Linksys admin passwords, or perhaps a length limit that I didn't notice. Could someone point me in the right direction / offer reasons as to why I can't login?
I tried the password without the
é
, with ane
instead, withé
,%E9
and%e9
. How else could it be scrambled? – Lazlo – 2013-12-30T03:56:00.4231If you switch code pages it can be transformed into totally different symbols. I'm trying to find a utility to do so, but it appears to require programming. You might ask on the programmers' site if they know of a place/list of equivalents for é in different code pages. – K.A.Monica – 2013-12-30T04:36:06.477
@Lazlo - You might have to accept the only solution is to reset the device. I encourage you to learn from this mistake and backup the settings of your router. This way a reset isn't a problem. – Ramhound – 2013-12-30T12:24:05.270
2An é can be typed as a single character (
LATIN SMALL LETTER E WITH ACUTE
, Unicode: U+00E9) but also as (LATIN SMALL LETTER E
, U+0065 +COMBINING ACUTE ACCENT
, Unicode: U+0301). Some systems sanitise one form into the other. The end result is visually the same: é vs é. – RikkusRukkus – 2013-12-31T12:28:32.723