Unable to create any user on Vaultwarden

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.17
What app is this about: Vaultwarden

Describe your issue

I installed vaultwarden and once I open a invitation link and try to create an account, I get this error:

[response][INFO] (register_finish) POST /forgotten-password/identity/accounts/register/finish => 400 Bad Request

I installed the server at home and my ISP only provides IPV6. No idea if there are some influences, but there are no configured SMTP server. I just configured postfix to send a copy carbon to localhost so I could catch an invitation link.

Thanks :slight_smile:

Share relevant logs or error messages

Hi i don’t really understand what you are trying to do.
Do you want anybody to create an account, or just the admin?
The admin does not need SMTP if it creates an account

On the contrary, if a user forgets his password, he will need an email to recover it.
and then you have to install a SMTP because email have to be sent by the server.
You may use YUNOHOST SMTP server, or use a SMTP on another Internet Service Provider, for example your email provider.

So what do you want to do?

Actually, the only way I found to create an user is to generate a link. Once I get this link, I click on it, fill the form and then get this error:

[response][INFO] (register_finish) POST /forgotten-password/identity/accounts/register/finish => 400 Bad Request

Je n’arrive pas à créer un utilisateur avec vaultwarden. Certes, je n’ai pas configuré de serveur SMTP sur lequel est envoyé le lien pour créer son compte. De ce que j’ai compris, c’est d’ailleurs la seule manière d’en créer un.
Une fois que je clique sur ce lien, et remplis le formulaire j’ai une erreur:

[response][INFO] (register_finish) POST /forgotten-password/identity/accounts/register/finish => 400 Bad Request

Cette erreur signifie que le serveur ne comprend pas cette requête. Donc il ne sait pas quel lefonction activer.
Dans ce post, l’erreur est dû au fait que l’application n’est pas publique. Peux-tu vérifier chez toi qu’elle est ouverte aux visiteurs?

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