Language

Nexus Repository Manager

Memo
BW Server
Install Maintenance HTTPS Connector
ISM
Install
BWMAgent
Linux Compile

Nexus Repository Password init - ver 3.30.1-01

Password init (admin123)

$ java -jar nexus-orient-console.jar
orientdb> connect plocal:./sonatype-work/nexus3/db/security admin admin
orientdb {db=security}> select * from user;
    +----+-----+------+------+---------+----------+-----------+-------------------+------------------------------------------------------------------------------------------+
    |#   |@RID |@CLASS|status|id       |firstName |lastName   |email              |password                                                                                  |
    +----+-----+------+------+---------+----------+-----------+-------------------+------------------------------------------------------------------------------------------+
    |0   |#14:0|user  |active|admin    |Adminis...|User       |changeme@yourcom...|$shiro1$SHA-512$1024$SffwVzsz1eAEm7vkNHVm3A==$hHtj8HYJDaaYf9JKRUW7s4BoEk6fZoNA6IZHMwFAb...|
    |1   |#14:1|user  |active|deploy...|Deployment|User       |changeme1@yourco...|b2a0e378437817cebdf753d7dff3dd75483af9e0                                                  |
    |2   |#15:0|user  |active|anonymous|Nexus     |Anonymou...|changeme2@yourco...|$shiro1$SHA-512$1024$0DhrVyX7Y3AlZvZAWpNp7A==$5ZSLZLwI10kboFYY4WJqPI4hwdxuz7GcM5wjsuRwb...|
    +----+-----+------+------+---------+----------+-----------+-------------------+------------------------------------------------------------------------------------------+

orientdb {db=security}> update user SET password="$shiro1$SHA-512$1024$NE+wqQq/TmjZMvfI7ENh/g==$V4yPw8T64UQ6GfJfxYq2hLsVrBY8D1v+bktfOxGdt4b/9BthpWPNUy/CBk6V9iA0nHpzYzJFWO8v/tZFtES8CA==" UPSERT WHERE id="admin"
    
Updated record(s) '1' in 0.017000 sec(s).

orientdb {db=security}>

- nexus restart
This page was generated by GitHub Pages.
Author. silentjini