Not able to login at mastodon after installation

What type of hardware are you using: Virtual machine
What YunoHost version are you running: 12.0.6
What app is this about: Mastodon

Describe your issue

After install Mastodon, previously setting that my yunohost admin user is the mastodon admin user, when i try the first attempt to log in, i’m redirected to the account settings, where there are two alerts. One says, in yellow, that the account "is on pending review by our staff, you will receive an email, bla, bla) and the second, in green, that my account is fully operative. I can not navigate to the administration page or back to the main page, seems that it is mandatory to modify the password at the first login, but i am unable to do that. Always get the error message that the user current password is wrong, which is not (the password manager stores it)

Share relevant logs or error messages

none

1 Like

Same issue here. Fresh install.

Edit: Figured it out. Need to SSH into server.

cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl accounts approve “accountnameherewithoutquotes”

it works, thanks

Welcome.

Unsure why the documentation doesn’t even reference this as something you need to do once you install.

I had to scour the forums, official documentation and Yunohost documentation just to put peices together to get the solution I did.

Bug, perhaps? I hope so, this was frustrating to figure out. Lol.

This is usually when you step in and propose a PR for the package so that it benefits the entire community. :grinning:

1 Like

Oh, I don’t know how to code, just how to find things that don’t work and look for information.

Unless you mean a PR for the documentation…

Unless you mean a PR for the documentation…

Yes, that’s what I meant, contributing to the doc.
(We must not forget that the app packager does not always use the app in real life… therefore, your input as a user is valuable)

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.