Created
September 15, 2022 04:19
-
-
Save joshirohit100/3bac521167069f7dfa8e8019270e4f0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush -l [URL HERE] ev '$uid=UIDHERE; $user=\Drupal\user\Entity\User::load($uid);$user->set("field_password_expiration", 0);$user->save();' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment