aboutsummaryrefslogtreecommitdiff
path: root/views/default/account/forms
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/account/forms')
-rw-r--r--views/default/account/forms/forgotten_password.php2
-rw-r--r--views/default/account/forms/login.php2
-rw-r--r--views/default/account/forms/register.php2
-rw-r--r--views/default/account/forms/useradd.php2
4 files changed, 0 insertions, 8 deletions
diff --git a/views/default/account/forms/forgotten_password.php b/views/default/account/forms/forgotten_password.php
index 9fe8e53a2..6c000bfc6 100644
--- a/views/default/account/forms/forgotten_password.php
+++ b/views/default/account/forms/forgotten_password.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$form_body = "<p>" . elgg_echo('user:password:text') . "</p>";
diff --git a/views/default/account/forms/login.php b/views/default/account/forms/login.php
index 5e6b5c8fe..8f3986c4e 100644
--- a/views/default/account/forms/login.php
+++ b/views/default/account/forms/login.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$form_body = "<label>" . elgg_echo('loginusername') . "<br />" . elgg_view('input/text', array('internalname' => 'username', 'class' => 'login_textarea')) . "</label>";
diff --git a/views/default/account/forms/register.php b/views/default/account/forms/register.php
index fb9136ad8..c6b47c82e 100644
--- a/views/default/account/forms/register.php
+++ b/views/default/account/forms/register.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$username = get_input('u');
diff --git a/views/default/account/forms/useradd.php b/views/default/account/forms/useradd.php
index 7794e3b93..7cab08804 100644
--- a/views/default/account/forms/useradd.php
+++ b/views/default/account/forms/useradd.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$admin_option = false;