mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change the documentation of the coin creation to the new admin interface.
This commit is contained in:
parent
abec7d0248
commit
8b3fcc6183
@ -9,19 +9,7 @@ INSERT INTO user_roles (id, user_id, role_id) VALUES (NULL, '1', '1');
|
||||
user_id has to be found in users
|
||||
Now when we login in on https://$community_domain/account/ we can create coins but we will be restricted cause we can't sign the creations.
|
||||
|
||||
### Signation account
|
||||
At first we need to enable the server user account creation with uncommenting line: 19 in
|
||||
community_server/src/Controller/ServerUsersController.php
|
||||
```php
|
||||
$this->Auth->allow(['add', 'edit']);
|
||||
```
|
||||
This enable us to use this action without being logged in.
|
||||
To add a signation account we need to go on the following url: http://$community_domain/server-users/add
|
||||
|
||||
### Coin creation process
|
||||
The coin creation for work is done in the following url: http://$community_domain/transaction-creations/create-multi
|
||||
Where we can create coins for a number of as many users as we want excepted for our self.
|
||||
Furthermore we must sign the transactions we created. Normally after clicking on the left button (Transaktion abschließen) we should be automatically forwarded to http://$community_domain/account/checkTransactions where we can do this.
|
||||
If not this page can also be reached by clicking on the shield-icon with the hook in it on the Dashboard, which is only shown if at least one transaction is waiting for signing.
|
||||
|
||||
For debug purposes you can check the `pending_tasks` table, which is used to store the transactions which are not signed yet or had errors.
|
||||
Admin (User needs a certain role) can go through the wallet into the Admin Interface.
|
||||
Their he has multiple pages, the user search page allows to find user and to create coins for them if their email was verified. He can in the multiple creation page select multiple users for which he want to create a same amount of coins.
|
||||
After an Admin has proposed a creation every admin has the possibility to validate this creation except for a own creation! Every Admin can also update the proposed creation.
|
||||
Loading…
x
Reference in New Issue
Block a user