Dev portal admin password expiry and reset

Hi @Anil Sagar,

I want to know if there is a password expiry for the on prem dev portal admin (drupal admin) account as well? And how do we reset the password for that account?

Regards,

Santosh

Solved Solved
0 3 786
1 ACCEPTED SOLUTION

Hi @jaywant ,

Thank you for your help. I managed to elevate role of another user to admin by using drush commands and resolved the access issue. I guess above command should also do the trick. All this is possible if you login to the portal box in your on prem setup.

Regards,

Santosh

View solution in original post

3 REPLIES 3

jyothikiranr
Participant IV

Running this command, 'drush uli' gives a onetime link for resetting user 1 account on dev portal.

jaywanttopno
Participant III

@santosh_ghalsasi if you're sudo user and have drush command access.

login to your IP in terminal and execute below drush command

sample: drush user-password devadmin --password="NewPass@123"

drush user-password USERNAME --password="SOMEPASSWORD"

Hi @jaywant ,

Thank you for your help. I managed to elevate role of another user to admin by using drush commands and resolved the access issue. I guess above command should also do the trick. All this is possible if you login to the portal box in your on prem setup.

Regards,

Santosh