On install I used a password #some1thing# (said it was strong)
Now it won't let me log in. So I used the guest account.
Open a terminal and echo #test produced a blank line. Echo t#est echoes OK.
I'm assuming my password has done the same. Do I have to re-install to fix this?
#
should be all right..check whether you are inputing it correctly..also in terminal you needecho '#test'
orecho \#test
..this does not have anything to do withshadow
file as the password is hashed so the#
will not be present to make any mess in theshadow
file.. – heemayl Jul 06 '15 at 00:53