registration with 'Account activation' and 'Account approval' doesn't work
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.
@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)
- Password must contain no characters.
- Try also to login in private navigation mode...
@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.
Oppps! No special characters (i.e. only letters and numbers)
@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.
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: https://github.com/YunoHost-Apps/pleroma_ynh/issues/216#issuecomment-1328500962