Skip to content

Commit 64b399d

Browse files
author
epriestley
committedAug 21, 2019
Remove "bin/accountadmin" and "scripts/user/add_user.php"
Summary: Fixes T13382. Depends on D20724. These ancient scripts are no longer necessary since we've had a smooth web-based onboarding process for a long time. I retained `bin/user empower` and `bin/user enable` for recovering from situations where you accidentally delete or disable all administrators. This is normally difficult, but some users are industrious. Test Plan: Grepped for `accountadmin` and `add_user.php`, found no more hits. Maniphest Tasks: T13382 Differential Revision: https://secure.phabricator.com/D20725
1 parent fc34554 commit 64b399d

File tree

4 files changed

+2
-326
lines changed

4 files changed

+2
-326
lines changed
 

‎bin/accountadmin

-1
This file was deleted.

‎scripts/user/account_admin.php

-228
This file was deleted.

‎scripts/user/add_user.php

-73
This file was deleted.

‎src/docs/user/configuration/configuring_accounts_and_registration.diviner

+2-24
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,8 @@ phabricator/ $ ./bin/auth recover <username>
4949
...where `<username>` is the account username you want to recover access
5050
to. This will generate a link which will log you in as the specified user.
5151

52-
53-
Managing Accounts with the Web Console
54-
======================================
55-
56-
To manage accounts from the web, login as an administrator account and go to
57-
`/people/` or click "People" on the homepage. Provided you're an admin,
58-
you'll see options to create or edit accounts.
59-
60-
61-
Manually Creating New Accounts
62-
==============================
63-
64-
There are two ways to manually create new accounts: via the web UI using
65-
the "People" application (this is easiest), or via the CLI using the
66-
`accountadmin` binary (this has a few more options).
67-
68-
To use the CLI script, run:
69-
70-
phabricator/ $ ./bin/accountadmin
71-
72-
Some options (like changing certain account flags) are only available from
73-
the CLI. You can also use this script to make a user
74-
an administrator (if you accidentally remove your admin flag) or to create an
75-
administrative account.
52+
For more details on recovering access to accounts and unlocking objects, see
53+
@{article:User Guide: Unlocking Objects}.
7654

7755

7856
Next Steps

0 commit comments

Comments
 (0)
Failed to load comments.