Skip to main content


!Friendica Support In order to run a local (docker-based) #Friendica instance for testing some stuff, is it possible to do so (and register some user and retrieve a password) without a working e-mail setup?
@Kristian you can use bin/console user command to manage users, which is what the provisioning script for vagrant does : https://github.com/friendica/friendica/blob/develop/bin/dev/vagrant_provision.sh#L117-L124
@Fabio Ok, thanks very much. 🙂