답변:
Drush 9에서 명령은
drush user:password USERNAME "SOMEPASSWORD"
명령 이름 별명 user-password
및 upwd
.
Drush 8 (이전)에서 명령은
drush user-password USERNAME --password="SOMEPASSWORD"
명령 이름 별명 upwd
.
참조 https://drushcommands.com/drush-9x/user/user:password/ 및 https://drushcommands.com/drush-8x/user/user-password/
drush upwd 1 --password="newpassword"
for user 1
를 실행할 수 있습니다 drush uli
. 이렇게하면 일회성 로그인 링크가 생성됩니다. 기본적으로 관리자에게 일회성 로그인 링크를 제공합니다.
를 실행하면 drush uli some-username
해당 사용자에 대한 일회성 로그인 링크가 생성됩니다.
최신 정보:
drush upwd
비밀번호 업데이트 에도 사용할 수 있습니다 . 이렇게 사용하세요drush upwd --password=<new password> <some-username>
Drush의 새 버전 (Drush 9 Drupal> 8.5)에서는 작동하지 않습니다.
drush user-password USERNAME --password="SOMEPASSWORD"
반드시 있어야합니다
drush user-password USERNAME SOMEPASSWORD
예를 들어 (루트 사용자의 비밀번호 변경)
drush user-password root MyPass0302
그리고 Drupal Console 과 함께
drupal user:password:reset
그런 다음 userid를 입력
한 다음 새 비밀번호 를 입력하십시오 .
즐기세요.
최신 정보
돌진> 9
drush upwd USERNAME PASSWORD
서버에 ssh 액세스 권한이 있으면 drupal 루트 디렉토리로 cd하고 다음을 실행하십시오.
drush upwd --password="myNewSecretPassword" "admin"
drush에 대해 더 잘 모른다면 user table의 데이터베이스에서 비밀번호를 변경할 수 있습니다. 비밀번호를 수정하고 md5를 선택한 다음 비밀번호를 변경할 수 있습니다.