From 1eee170358fdb87c1abeda52041d5c9634f1350c Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 1 Jun 2016 16:05:37 +0200 Subject: [PATCH] - release prefix changed in library - changed copyright in library - fixed usernames in Quick Start-Section --- README.md | 4 ++-- application/libraries/Aauth.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f569407..cc6e333 100644 --- a/README.md +++ b/README.md @@ -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'); ``` @@ -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. diff --git a/application/libraries/Aauth.php b/application/libraries/Aauth.php index 98e0620..5b21697 100644 --- a/application/libraries/Aauth.php +++ b/application/libraries/Aauth.php @@ -11,9 +11,9 @@ * @contributor Tim Swagger (Renowne, LLC) * @contributor Raphael Jackstadt * - * @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