Browse Source

- release prefix changed in library

- changed copyright in library
- fixed usernames in Quick Start-Section
develop
REJack 9 years ago
parent
commit
1eee170358
  1. 2
      README.md
  2. 4
      application/libraries/Aauth.php

2
README.md

@ -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.

4
application/libraries/Aauth.php

@ -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

Loading…
Cancel
Save