User Tools

Site Tools


software:drupal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:drupal [2017/10/14 19:33] – [Setup on Ubuntu for personal use] superwizardsoftware:drupal [2018/10/18 22:43] (current) superwizard
Line 1: Line 1:
-====== Setup Drupal with Composer ====== +====== change Password of User using PHPMyAdmin ====== 
-====== Setup on Ubuntu for personal use ======+ 
 +From: https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/ 
 + 
 +<code> 
 +PhpMyAdmin will show you a form with all the user information fields.  
 +You will need to delete the value in the user_pass field and replace it with your new password. Under the function column, select MD5 from the drop down menu and click on the Go button.  
 + 
 +Your password will be encrypted using the MD5 hash and then it will be stored in the database.  
 + 
 +</code> 
 + 
 +====== Setup Drupal with Composer Setup on Ubuntu for personal use ====== 
 + 
 +NOTE: /var/www/html/web/core has very good install txt files.
  
 === First Setup LAMP === === First Setup LAMP ===
Line 117: Line 130:
  
  
-sudo chmod a-w /var/www/html/web/sites/default/settings.php+sudo chmod go-w /var/www/html/web/sites/default/settings.php
 </code> </code>
  
software/drupal.1508009633.txt.gz · Last modified: 2017/10/14 19:33 by superwizard