Repository: stratos Updated Branches: refs/heads/master 4dfd8f9b2 -> 1b6626874
Remove "Active" option in the page for new tenant addition [STRATOS-1365] Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1b662687 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1b662687 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1b662687 Branch: refs/heads/master Commit: 1b66268746e2bb193f148e6d07978dbe2a200f4c Parents: 4dfd8f9 Author: Dakshika Jayathilaka <[email protected]> Authored: Tue May 12 06:40:37 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue May 12 06:40:37 2015 +0530 ---------------------------------------------------------------------- .../console/controllers/forms/default/users/tenants.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1b662687/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json index c787d5f..03da79d 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/users/tenants.json @@ -4,6 +4,5 @@ "lastname":"LastName", "adminPassword":"admin123", "tenantDomain":"apache.org", - "email":"[email protected]", - "active":"true" + "email":"[email protected]" } \ No newline at end of file
