Loading howto/create-a-new-user.md +9 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,15 @@ keyring is essential as it allows users to interact with the LDAP database securely to perform password changes and is also used to send the initial password for new accounts. When cloning, you may get the following message (see tpo/tpa/team#41785): fatal: detected dubious ownership in repository at '/srv/db.torproject.org/keyrings/keyring.git' If this happens, you need to run the following command as your user on `db.torproject.org`: git config --global --add safe.directory /srv/db.torproject.org/keyrings/keyring.git # Creating a new user This procedure can be used to create a real account for a human Loading Loading
howto/create-a-new-user.md +9 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,15 @@ keyring is essential as it allows users to interact with the LDAP database securely to perform password changes and is also used to send the initial password for new accounts. When cloning, you may get the following message (see tpo/tpa/team#41785): fatal: detected dubious ownership in repository at '/srv/db.torproject.org/keyrings/keyring.git' If this happens, you need to run the following command as your user on `db.torproject.org`: git config --global --add safe.directory /srv/db.torproject.org/keyrings/keyring.git # Creating a new user This procedure can be used to create a real account for a human Loading