blob: 7cb7ec3739db4c385f10fb3ec137af57113df4ee (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Feature Request: Create Test Accounts
## Tags
* assigned: fredm, alex
* status: open
* type: feature request, feature-request
* priority: medium
* keywords: gn-auth, auth, test accounts
## Description
From the requests on Matrix:
@alexm
```
fredmanglis
: Can we create a generic, verified email for CD to make it easier for people to test our services that requires login?
```
and from @pjotrp
```
yes, please. Let it expire after a few weeks, or something, if possible. So we can hand out test accounts.
```
We, thus, want to have a feature that allows the system administrator, or some other user with the appropriate privileges, to create a bunch of test accounts that have the following properties:
* The accounts are pre-verified
* The accounts are temporary and are deleted after a set amount of time
This feature will need a corresponding UI, say on GN2 to enable the users with the appropriate privileges create the accounts easily.
|