You are not logged in.
So I created a user with my password from the install process, for some reason when I type my username and password it sends me back to the part where I enter username and password again, and again.
I have not been prompted any errors during the install or anything.
Can I acces my user behind the login if I still have my root code? So I can reset it, don't want to do a re-install.
And I am pretty sure my username and password I correct, it doesn't even say I entered anything incorrectly.
Last edited by Moofy (2012-06-14 09:03:17)
Offline
does logging in as root work?
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
Do I type my username and then root pass.
Or is it:
User: root
Pass: *root pass*?
Offline
User: root
Pass: *root pass*?
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
I have this exact problem.
Login with as root with the root password works.
Any solution to this?
Offline
Once logged in as root (the cardinal sin of Linux users), you can open a terminal and do the following to reset the user's password:
# passwd [insert user name here]
[enter password]
[enter password]Though it would be better to hit Ctrl+Alt+F2 at the login screen (or some F button other than the one used for Xorg) and login as root in command line. Then that'd be just like dropping to a root shell, rather than logging in as root (with Xorg), which is bad.
In the root shell, after resetting the password, try this:
# su [insert user name here]
[enter password if prompted]And that should drop you in a shell logged in as your user. If you get there, you've proven that it's possible to log in as your user.
Jake
WARNING/DISCLAIMER: My posted solutions (or attempts thereof) are usually my attempt at (re)iterating something that worked for _me_. I do not guarantee they will work for you. Use at your own risk.
My solutions may not be the simplest solutions, either. However, I do not intentionally add pointless complications.
Offline