launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28057
[Merge] ~lgp171188/launchpad:create-other-user-accounts-dev-env into launchpad:master
Guruprasad has proposed merging ~lgp171188/launchpad:create-other-user-accounts-dev-env into launchpad:master.
Commit message:
Document how to create new user accounts in the dev environment
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/415182
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:create-other-user-accounts-dev-env into launchpad:master.
diff --git a/doc/faq.rst b/doc/faq.rst
index 5890dd2..b169a90 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -43,6 +43,11 @@ Yes, you can browse the `source code
``git clone https://git.launchpad.net/launchpad`` to download the code
without setting up a development environment.
+How do I create additional user accounts?
+=========================================
+You can create a new account using the ``utilities/make-lp-user`` script and log
+in to that account at ``https://launchpad.test``.
+
I have Launchpad running but mails are not sent...
==================================================
diff --git a/doc/running.rst b/doc/running.rst
index 304138d..8070bce 100644
--- a/doc/running.rst
+++ b/doc/running.rst
@@ -296,7 +296,8 @@ browser on a suitably configured remote computer. Accept the local
self-signed certificate. You can log in as ``admin@xxxxxxxxxxxxx`` without
a password. (This is only for development convenience, and assumes that you
trust machines that can route to your LXD containers; of course a production
-deployment would need real authentication.)
+deployment would need real authentication.). You can create additional
+user accounts using the `utilities/make-lp-user` script.
Accessing launchpad.test from a single host over SSH
----------------------------------------------------