Sonarqube administration and market place not visible - sonarqube

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.

Related

business central user personalization export

Is there a way to export a certain user's personalizations, and use it as a user profile template?
We were thinking of having key users set up their profile the way they wanted it, then using that profile as a template for the rest of the team.
I think what you are looking for is Profiles.
Navigate to the Profiles page
Edit the profile you want to configure (or create a new one)
Click the "Customize Pages" action in the ribbon.
This will open a new tab in the browser in configuration mode. Once you are done customizing you click "Done" in the upper right corner. The changes made to the interface will then be automatically applied to the user with the given profile.

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

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

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,

Joomla User Login needs secret key - How to remove?

My Joomla Login Module asks for a "Secret Key". (Joomla Version 3.2.1)
This is confusing, was not necessary before. Can this be removed?
This is my demo website:
http://bierbrouwland.be/bier/
It's all about beer. Might be helpfull ;-)
Thanks for the help!
Two factor authentication is a new feature in Joomla 3.2.
If you have not set a 'Secret Key' for a user:
Go to Extensions > Plugin Manager
Set the Select Type filter to twofactorauth
You'll see two plugins enabled - Google and Yobikey - change their status to Disabled. A red X icon will show up
Clear the Joomla Cache
If you have actually set a key to your admin user, then there is no way out of it other than to go back to your last backup file.
Known bugs:
There was a bug Joomla 3.2, and this is fixed in Joomla v3.2.1
There is also a bug in the Gangry-framework with Joomla v3.2.1 (http://www.gantry-framework.org/) Which will be handeled by their development team.
You can now select in the plugin(s) to disable users (FrontEnd) from seeing the Secret Key but keep administrator login Secret Key.
You have "Two factor authentication" enabled. Nicely explained on this video: Joomla 3.2 - Two Factor Authentication
Actually, even if the two factor authentication has been set for admin user, the plugin still can be disabled directly in the database, so you don't have to revert to backups. Nice and easy:
UPDATE jos_extensions SET enabled=0 WHERE name LIKE 'plg_twofactorauth_%';
Refresh the login page, et voila! :)
in the Joomla "Search" type in twofactorauth right click the two that populate and select open in new tab for both.
Each tab will display two difference plugins enabled.
You will have a choice of Site Section for each,
You can choose (site frontend) (Administrator Backend) (both) So if you don't want your users to see it select, Administrator Backend, rather then disable it.
SO...
Site front end - Only Users will have a secret key
Administrator back end - Only Administrators will have a secret key
Both - Both users and admins will have a secret key field
If your template is rockettheme
1.- In your template/css folder create a file called rt_yourtemplatename-custom.css
2.- Add the following code:
p#form-login-secretkey {
display: none;
}
3.- Done!

Resources