YunoHost-Apps / pleroma_ynh

Pleroma package for YunoHost: A free, federated social networking server built on open protocols.
https://pleroma.social/
GNU Affero General Public License v3.0
30 stars 14 forks source link

Can't Login with Any Users #86

Closed tootbrute closed 5 years ago

tootbrute commented 5 years ago

Just installed Pleroma via command line on it's own domain

I can't login with admin account I installed it as.

I found this issue (Running commands as pleroma user not working https://github.com/YunoHost-Apps/pleroma_ynh/issues/82 - marked as closed, but still has this problem) and followed directions to drop into root to execute MIX commands

as root I did:

$ ( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod mix pleroma.user new )

this made a new user, i then used to link to set password but couldn't login as that user too.

I tried a user reset of what I think the admin account is

( cd /var/www/pleroma/pleroma && sudo -u pleroma MIX_ENV=prod mix pleroma.user reset_password )

Can't login with that account either.

More information: my admin account does exist, i used my account on another instance to search for the admin user, found them. i can also search for other users from fedi.arkadi.one

tootbrute commented 5 years ago

I'm having issues with my Writefreely instance on this same server. i'm going to delete Pleroma because I think there might be some conflict here.