2 changed files with 4 additions and 4 deletions
@ -63,7 +63,7 @@ $this->aauth->create_group('elves');
|
||||
|
||||
Now, let's create a user with power, Gandalf (for our example, let's assume he was given the `id` of 12). |
||||
```php |
||||
$this->aauth->create_user('[email protected]', 'gandalfpass', 'Gandalf the Gray'); |
||||
$this->aauth->create_user('[email protected]', 'gandalfpass', 'GandalfTheGray'); |
||||
``` |
||||
|
||||
OK, now we have two groups and three users. |
||||
|
Loading…
Reference in new issue