Skip to main content
Toggle navigation
Friendica
Search
2023-01-30 09:45:22
2023-01-30 09:00:50
2023-01-30 08:59:13
1411501
Kristian
1 year ago
•
Kristian
1 year ago
•
!
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?
#
friendica
!
Friendica Support
More
Languages
Share via ...
Fabio
1 year ago
•
@
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
@
Kristian
More
Languages
Share via ...
Kristian
1 year ago
•
@
Fabio
Ok, thanks very much. 🙂
@
Fabio
More
Languages
Share via ...
⇧
Fabio
•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-L124Kristian
•