Username error
-
@baris said:
Check the database if the username is taken and if there is user data?
hget username:uid rice hgetall user:<useruidofrice>
redis 127.0.0.1:420> hget username:uid rice (nil) redis 127.0.0.1:420> hgetall user:??? (empty list or set)
Well I don't know the uid for rice. I'll go look at the redis GUI.
-
If those are retuning empty the user isn't created at all.
@baris Yes I looked in the redis GUI, its all there... For security reasons I've cut off some parts of this screenshot but its there.
-
@baris nil as well.
-
@baris said:
Try running the following and see if you can access the user page.
hset username:uid Rice 121 hset userslug:uid rice 121
and if they have an email in their userdata
hset email:uid [email protected] 121
See if that helps.
1
1
1
All true.
-
@baris You're awesome. Thanks!
Copyright © 2023 NodeBB | Contributors