Skip to content
Discussion options

You must be logged in to vote

How I fixed it in my test environment:

I logged into the postgres database and looked at a few fields in the users table.

wikijs=# select id,email,name,"providerId","providerKey" from users;
 id |       email       |     name      |              providerId              |             providerKey              
----+-------------------+---------------+--------------------------------------+--------------------------------------
  2 | guest@example.com | Guest         |                                      | local
  3 | tester@test.lab   | tester        | acc0e963-d34c-458e-bab7-f72dffa48dcd | 7c29abd9-1fc7-50a8-ba95-b42a6d4b0c17
  1 | wikiadm@test.lab  | Administrator |                      …

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@porterfc
Comment options

@matutter
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by matutter
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants