2 changed files with 4 additions and 4 deletions
@ -49,7 +49,7 @@ That was easy! |
|||||||
Now let's create two new users, `Frodo` and `Legolas`. |
Now let's create two new users, `Frodo` and `Legolas`. |
||||||
|
|
||||||
```php |
```php |
||||||
$this->aauth->create_user('[email protected]','frodopass','Frodo Baggins'); |
$this->aauth->create_user('[email protected]','frodopass','FrodoBaggins'); |
||||||
$this->aauth->create_user('[email protected]','legolaspass','Legolas'); |
$this->aauth->create_user('[email protected]','legolaspass','Legolas'); |
||||||
``` |
``` |
||||||
|
|
||||||
@ -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). |
Now, let's create a user with power, Gandalf (for our example, let's assume he was given the `id` of 12). |
||||||
```php |
```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. |
OK, now we have two groups and three users. |
||||||
|
Loading…
Reference in new issue