How to make the Administration tab visible in admin login in Websphere Application Server? - websphere

The admin login for deploying war files in Websphere portal got deleted due to a bug in code. We have another admin login but here, the "Administration" tab wherein we can deploy web modules and manage pages is not visible here. How to make that tab visible?
When we login with hostname:port/wps/myportal as an admin, we can see a tab named "Administration" under which there is something called as "Web Module" where we can deploy war files. "Manage Pages" where in we can assign portlets.. That tab "Administration" isn't visible. I need to make that visible.
I mean this page:
https://docs.google.com/drawings/d/1isTDAZ4dIppNpQWEGzQADZxermMMUKJZZZuqGAOLOcc/edit?usp=sharing
I'm unable to view the above page anymore. How do I make this "Administration" tab visible?

There are two options
1. you can follow one of the answers in this question
websphere-admin-login-
got-deleted-how-to-set-it-back
and issue the following command:
ConfigEngine wp-change-portal-admin-user -DnewAdminId=
-DnewAdminPw=-DnewAdminGroupId= -Dskip.ldap.validation=true
WebSphere Portal does have as well a Portal Admin Group. Each member of this group gets full access to all elements like the Administration section
By assigning your second "admin" user into this group he will get the proper authority

Related

Sonarqube administration and market place not visible

I installed sonarqube and got the server running but I'm unable to
Add admin/users and secure my server
Find the marketplace where I can add more plugins.
Where can I find these options as the documentation isn't clear about it.
I'm using the Embedded database which comes with the basic installation.
SonarQube 8: You need to activate http://localhost:9000, then activate the login button (top right). Default the user and password are 'admin'. The activate the menu 'Administration' and activate the Marketplace tab. In the plugins section on the page shown you can update or add plugins. When logged in, activate the button (top right) 'My account' and select security where you can change the admin password. When using the administration menu you can choose the security - users option to add more users. But never use the Embedded database in production! You can find the documentation using the http://localhost:9000/documentation link. Start reading the Instance Administration section.

How to disable user registration in Joomla 3.x

In Older versions this option was at Global Configuration section.
At joomla 3.x seems that this option has been moved.
I want only my existing users to be able to login.
Has anyone any idea where this option is available? Thanks in advance!
Log into your Joomla 3.0 admin dashboard
In the top menu, click Users and then click User Manager
In the tabs toward the top of the page, click the Options tab
Under the Component tab, find the following setting:
Allow User Registration
If set to Yes, new Users allowed to self-register.
To disable user registration, set Allow User Registration to No, and then click the Save button in the top left of the page.
After disabling the registration option, you will notice that the Create an account link within your Login Form will no longer show, as users can no longer create an account on their own.
Reference
It's very simple ,Follow the steps below:
a)select System --> Global Configuration -->Users manager.
b)Under the component tab you will see the 1st option as Allow user registration.
Please refer the screenshot below.

How to enable/view hidden tabs in magento admin panel?

I need to enable the SSL certificate through my magento admin panel. The SSL certificate is already installed on the server. Some of the tabs in configuration menu (web, currency etc) are hidden or disabled by the previous website developer. I cannot see the 'WEB' option under 'GENERAL' tab in the configuration menu. Could anyone help me please how to enable the hidden tabs?
If you have database access, you can change the role of current user in table admin_role in row role_type.
If you are unable to view the web tab inside general it may be due to several reasons
1) you are login not as admin in magento admin section.
2) The tab must be disable programmatically from core.
Hope it helps you
THanks,

Frontend editing in Joomla doesn't work

I have made a site in Joomla 2.5, and can't edit my articles by using the frontend option "edit article".
This function is available when I am running the site in offline mode, but when I switch to online mode, it disappears.
When running the site in online mode, I login to the administrator, and then "view site"
Can some one please help me!
You need to log in on the frontend when your site is in online mode to be able to edit articles. It doesn't matter if you are logged already on the backend, it won't count.
You should either enable log in module on some page, or a menu item pointing to log in page on the frontend. After logging in there, you will be able to edit your articles.
If you don't want users to see your login page/module on the frontend, you can create a hidden menu item for it, for which only you would know the link and it won't be displayed
Just go to your website's /index.php?option=com_users
There you will be able to login to the frontend.

Joomla ACL: Only allow access to custom component in the backend?

I'm building a component for the backend. I don't want the users who will access it to access ANYTHING else in the backend except for this component.
I tried following these two instructions:
http://www.aclmanager.net/blog/general/31-how-to-add-basic-acl-support-to-your-extension
http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_14#Describing_the_ACL
I made a new User Group with a parent of public and allow admin login (which would lock them out of everything) and then tried adding the ACL code from those links above with permissions to create and edit but I just get a blank screen (not even a logout link). The "Debug Permissions Report" showed the correct permissions but nothing's showing up.
Any ideas? My next step is to manually go through every component and not allow access to that new User Group but it seems like there's an easier way.
Thanks!
In Joomla! 2.5 we regularly create "Content" only backend users that have access only to the 'com_content' component.
Going back through our steps the only thing you haven't specified is adding the new user group to a View Access Level. If you're using the standard sample content installed when setting up a Joomla! website you can add your new user group to the "Special" view access (although any will do).
If a new group has 'admin login' privileges it can login but without a View Access level it can't see anything.. it's a subtle difference but it's the way Joomla! works.

Resources