Last active
August 20, 2024 08:40
-
-
Save dharma017/4981f5e8b2975ab7b980cd274c5e797c to your computer and use it in GitHub Desktop.
Revisions
-
dharma017 revised this gist
Aug 20, 2024 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ cd /var/www/craft_project php craft users/list-admins php craft users/set-password [email protected] --password=passwordhere -
dharma017 revised this gist
Aug 20, 2024 . 2 changed files with 2 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +0,0 @@ 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ <?php echo password_hash('passwordhere', PASSWORD_DEFAULT, ['cost'=> 13]); -
dharma017 created this gist
Aug 20, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <?php // Enter your code here, enjoy! // run in online php code editor: https://sandbox.onlinephpfunctions.com/ echo password_hash('8ZLnEdOY$hhe', PASSWORD_DEFAULT, ['cost'=> 13]);