First, for a test, when you get to the login screen, there should be an option to login as guest.
(This option does not need a password, simply, click and it will log you in.)
If you can login, then the problem is most liekly user-specific.
In that case the first thing to do is to look over the Xauthority file for the user.
To do so, get back to the login screen first.
At this screen, press ctrl + alt + F1(or F2-6)
You will get a command prompt in full screen.
Enter your username and password, which will log you in.
Next enter this
Note that it should list two names.
Those names should be yours.
If for some reason, it does not list your name, but something else try resetting it
Code:
sudo chown you:you .Xauthority
Chnage you:you for your username.
After the change you run this
Code:
sudo lightdm restart
this will bring you back to the login screen.
Try to login.
Sometimes though, it is not the file owner that is the problem, but the file itself is corrupted.
In this case try a reset
Code:
mv .Xauthority .Xauthority.bak
This should save the old one just in case, but generate a new one.
Then try the lightdm restart command again.
If neither option works post, and we'll look into the next option.
Good Luck
Edit: Look here for a quick howto about the "signature not found issue
http://askubuntu.com/questions/41170...erhaps-try-the
Bookmarks