.net continuous integration sonarqube chapter of the Project Management and User Management

Series catalog

Remove items

In the learning phase, we may need to regularly delete the project has been built, in the sonarqube you want to delete an item has two entrances, both in the Administrationnavigation bar.

Management interface within the project deleted

If the item is in the open state, as shown

avatar

Click on Administrationa drop-down menu, the last of which was Deletion, click to enter prompted to remove the interface, you can confirm the deletion.

Remove from console management interface

If we want to remove multiple items, respectively, into each item, and click Delete again to return items under re-entering the main interface to be deleted ... this is clearly inefficient. This scene we can from the console Administrationnavigation enter the tag removed.

We click on the icon under the marquee part

avatar

Click to enter the following interface

avatar

We click on Projectsselect from the drop-down list that appearsManagement

Illustration of the operation under execution, which is to select the item you want to delete (you can select multiple), then click on the deletebutton

avatar

Create a user

Click on the main console administrationinto the interface, there is a Securitytab, as shown

avatar

According to Figure inconvenience the user can create a new.

Modify user passwords and delete users

avatar

As illustrated, the user clicks the back of the gear selector from the drop down list change passwordwill be able to modify the user password. Click Deactivereality a deleted user

Reset the administrator password

Earlier we introduced, the initial administrator's account and password are admin, we can. But the administrator password forget how to do this by modifying the above explanation administrator password? This time can not enter the web management interface, only through sql statement to reset the administrator password is admin

update users set crypted_password = '$2a$12$uCkkXmhW5ThVK8mpBvnXOOJRLd64LJeHTeCkSuB3lfaR2N0AYBaSi', salt=null, hash_method='BCRYPT' where login = 'admin'

The administrator can reset the admin password defeat households above sql statement

Guess you like

Origin www.cnblogs.com/tylerzhou/p/11248059.html