Skip to content

Commit

Permalink
- release prefix changed in library
Browse files Browse the repository at this point in the history
- changed copyright in library
- fixed usernames in Quick Start-Section
  • Loading branch information
REJack committed Jun 1, 2016
1 parent 938b5d9 commit 1eee170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ That was easy!
Now let's create two new users, `Frodo` and `Legolas`.

```php
$this->aauth->create_user('frodo@example.com','frodopass','Frodo Baggins');
$this->aauth->create_user('frodo@example.com','frodopass','FrodoBaggins');
$this->aauth->create_user('legolas@example.com','legolaspass','Legolas');
```

Expand All @@ -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('gandalf@example.com', 'gandalfpass', 'Gandalf the Gray');
$this->aauth->create_user('gandalf@example.com', 'gandalfpass', 'GandalfTheGray');
```

OK, now we have two groups and three users.
Expand Down
4 changes: 2 additions & 2 deletions application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
* @contributor Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @contributor Raphael Jackstadt <info@rejack.de>
*
* @copyright 2014-2015 Emre Akay
* @copyright 2014-2016 Emre Akay
*
* @version 2.5.0-alpha
* @version 2.5.0
*
* @license LGPL
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License
Expand Down

0 comments on commit 1eee170

Please sign in to comment.