forgot the username and password
Ranger UI password missing after switching the UI authentication
1 | vi /var/lib/pgsql/data/pg_hba.conf |
add below line to give access,
1 | local all angerdba trust |
1 | psql rangerdb -U rangerdba |
1 | update x_portal_user set password = 'ceb4f32325eda6142bd65215f4c0f371' where login_id = 'admin'; |