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. 4
      README.md
  2. 4
      application/libraries/Aauth.php

4
README.md

@ -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('frodo@example.com','frodopass','Frodo Baggins'); $this->aauth->create_user('frodo@example.com','frodopass','FrodoBaggins');
$this->aauth->create_user('legolas@example.com','legolaspass','Legolas'); $this->aauth->create_user('legolas@example.com','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('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. 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 Tim Swagger (Renowne, LLC) <tim@renowne.com>
* @contributor Raphael Jackstadt <info@rejack.de> * @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 LGPL
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License * @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License

Loading…
Cancel
Save