Skip to content

Commit 1eee170

Browse files
committed
- release prefix changed in library
- changed copyright in library - fixed usernames in Quick Start-Section
1 parent 938b5d9 commit 1eee170

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ That was easy!
4949
Now let's create two new users, `Frodo` and `Legolas`.
5050

5151
```php
52-
$this->aauth->create_user('[email protected]','frodopass','Frodo Baggins');
52+
$this->aauth->create_user('[email protected]','frodopass','FrodoBaggins');
5353
$this->aauth->create_user('[email protected]','legolaspass','Legolas');
5454
```
5555

@@ -63,7 +63,7 @@ $this->aauth->create_group('elves');
6363

6464
Now, let's create a user with power, Gandalf (for our example, let's assume he was given the `id` of 12).
6565
```php
66-
$this->aauth->create_user('[email protected]', 'gandalfpass', 'Gandalf the Gray');
66+
$this->aauth->create_user('[email protected]', 'gandalfpass', 'GandalfTheGray');
6767
```
6868

6969
OK, now we have two groups and three users.

application/libraries/Aauth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
* @contributor Tim Swagger (Renowne, LLC) <[email protected]>
1212
* @contributor Raphael Jackstadt <[email protected]>
1313
*
14-
* @copyright 2014-2015 Emre Akay
14+
* @copyright 2014-2016 Emre Akay
1515
*
16-
* @version 2.5.0-alpha
16+
* @version 2.5.0
1717
*
1818
* @license LGPL
1919
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License

0 commit comments

Comments
 (0)