Advertisement
Guest User

Untitled

a guest
Apr 17th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Login to the database (MySql) where the Drupal 7 is installed. Then run the following query on your database;
  2. ```
  3. Update users set name='test@example.com’, pass=‘$S$DD7aCRCy6iTddzIbeTPIVdwg4Ea9KgFqpSXZpGjMQtWBA8zzg24t’ where uid=1;
  4. ```
  5.  
  6. Now login Drupal via the user with *Username:* **test@example.com**, *Password:* **123456**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement