Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

registration with 'Account activation' and 'Account approval' doesn't work #272

Open
chri2 opened this issue May 18, 2024 · 6 comments
Open

Comments

@chri2
Copy link

chri2 commented May 18, 2024

I didn't find any integration work that would allow Pleroma to send emails. Isn't that supported?

After manually from the command line approving the self-registered account and activating it I couldn't use it to log in.

The account registered through the Pleroma registration process isn't existend in my yunohost backend.

I generated a password reset URL and tried that, but couldn't log in after changing the password neither.

@farvardin
Copy link
Member

farvardin commented Jul 25, 2024

@chri2 same for me. I've installed pleroma but after that I can't figure out how to go further. I've tried to log in with the user name used as admin but the password isn't working. I've created a new account, I've changed the password with the "sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user reset_password MyName" command, it said the password was changed but I can't log in. (I've tried both username and user@email as login name)

@bugsysop
Copy link
Contributor

  1. Password must contain no characters.
  2. Try also to login in private navigation mode...

@farvardin
Copy link
Member

farvardin commented Jul 25, 2024

@bugsysop What do you mean by "no characters"? I've read it had problems with special characters, so I've avoided them. I've tried with only ascii letters (didn't work) and only numbers (didn't work either) and also a mix of the two (simple password like gdfzsfd45). I've also tried with private navigation mode, not better.

@bugsysop
Copy link
Contributor

Oppps! No special characters (i.e. only letters and numbers)

@farvardin
Copy link
Member

@bugsysop so I suppose it's working for you...

how am I suppose to login?

using:

  • account_name + password?
  • email_adresse + password?

should both work?
if I register an account from the command line, should this new account work as well? What is driving me nuts is the reset URL is working, after I enter the new password it says the pass word change has been successful, but when I try to login it doesn't even look like it's trying to read into the database, I immediately get a "Paramètres d'authentification invalides"

it looks like a configuration error but I'm only using the default installation.

@farvardin
Copy link
Member

ok, it seems unlike what is written in the pleroma ynh readme, you can't create external account, all accounts are linked to the LDAP yunohost users (which is not necessary a bad thing, but I suppose it would be better if it could support both kind of accounts)

Ajouter un utilisateur ou utilisatrice

sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user new <userName> <userEmail>"

Changer de mot de passe

sudo su pleroma -s $SHELL -lc "/var/www/pleroma/live/bin/pleroma_ctl user reset_password <userName>"

Ceci générera un lien de réinitialisation (URL) du mot de passe, que vous pouvez envoyer à l’utilisateur ou utilisatrice.

I could connect using my yunohost account login name, and yunohost password, as explained here:
#216 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants