Unable to login as admin (user not found)
-
Help! I set up a new Ghost website using example.com, registered as admin and then changed the domain to examplesomething.com.
I am unable to login and when I try to reset my password Ghost tells me that 'user not found'

-
N nebulon marked this topic as a question on
-
Help! I set up a new Ghost website using example.com, registered as admin and then changed the domain to examplesomething.com.
I am unable to login and when I try to reset my password Ghost tells me that 'user not found'

@3246 Just to double check, you are logging into admin UI , correct ? The one is
/ghost?You can check if you are entering the email id correctly. Web Terminal ->
MySQLbutton on top, press enter and then:mysql> select name,email from users; +--------+------------------+ | name | email | +--------+------------------+ | Girish | test@cloudron.io | +--------+------------------+ 1 row in set (0.00 sec) -
If you know some SQL, you can navigate around the database .
show tablesand thenselect * from <tablename>,show create table <tablename>are some commands to know. But these things are very specific to each app and each app's database keeps changing for every release. It would be hard to track these changes via docs. -
G girish has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
