<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Drupal 9 on Michael’s Domain</title><link>https://jeltsch.org/en/tags/drupal-9/</link><description>Recent content in Drupal 9 on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/drupal-9/index.xml" rel="self" type="application/rss+xml"/><item><title>Reset the admin (user #1) password in Drupal 9</title><link>https://jeltsch.org/en/reset_the_admin_user_password_in_drupal_9/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/reset_the_admin_user_password_in_drupal_9/</guid><description>&lt;p&gt;I have been playing around with Drupal 9 and forgot the admin password. If this happens to you, go to the base folder of the drupal installation.&lt;/p&gt;</description></item><item><title>How to reset the admin password in Drupal 9</title><link>https://jeltsch.org/en/reset_admin_password_in_drupal_9/</link><pubDate>Sat, 09 Apr 2022 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/reset_admin_password_in_drupal_9/</guid><description>&lt;ol&gt;
&lt;li&gt;Go to the base folder of the drupal installation&lt;/li&gt;
&lt;li&gt;Generate the hash for your password: php core/scripts/password-hash.sh &amp;rsquo;newpasswd'&lt;/li&gt;
&lt;li&gt;Execute in mysql: UPDATE users_field_data SET pass=&amp;lsquo;hash_result_from_previous_command_goes_here&amp;rsquo; WHERE uid = 1;&lt;/li&gt;
&lt;li&gt;Clear the cache: DELETE FROM cache_entity WHERE cid = &amp;lsquo;values:user:1&amp;rsquo;;&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>