<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Password on Michael’s Domain</title><link>https://jeltsch.org/en/tags/password/</link><description>Recent content in Password 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/password/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><item><title>Passwordless login via the GUI and ssh defaults</title><link>https://jeltsch.org/en/passwordless/</link><pubDate>Mon, 25 Mar 2019 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/passwordless/</guid><description>&lt;p&gt;I use cloud services at 
 &lt;a href="https://csc.fi" target="_blank" rel="noopener noreferrer nofollow"&gt;CSC&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
 (e.g. pouta.csc.fi), and they do not allow SSH login with a traditional username/password combo. When I want to make a bookmark in my file manager (Nemo oder Nautilus/Files), pointing to this location. I need to specify an RSA key file that is used for the login. On the command line, it looks as follows:&lt;/p&gt;</description></item><item><title>Clearing the BIOS password in a HP Compaq Elite 8000</title><link>https://jeltsch.org/en/clearing_the_bios_password_in_a_hp_compaq_elite_8000/</link><pubDate>Mon, 18 Apr 2016 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/clearing_the_bios_password_in_a_hp_compaq_elite_8000/</guid><description>&lt;p&gt;Power the computer down, remove power cable (and other cables that can carry electricity) and let residual charge drain. Open lid and remove the green jumper. Reboot and you&amp;rsquo;re done. Maybe you want to put the green jumper back not to loose them (you can also apparently leave it attached to pin 1 or pin 2, but not connect both pins).&lt;/p&gt;</description></item><item><title>Removing PDF password protection</title><link>https://jeltsch.org/en/removing_pdf_password_protection/</link><pubDate>Thu, 05 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/removing_pdf_password_protection/</guid><description>&lt;p&gt;I recently bought a pdf book. It was password-protected (40bit security). Unfortunately some of the PDF viewers on Linux cannot open password-protected pdf files. So I decided that I can remove the password protection for private use.A quick lock at the web showed two very easy methods of password removal:&lt;/p&gt;</description></item><item><title>Resetting the MySQL root password</title><link>https://jeltsch.org/en/resetting_the_mysql_root_password/</link><pubDate>Thu, 05 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/resetting_the_mysql_root_password/</guid><description>&lt;p&gt;If you have forgotten your MySQL root password, you can reset it if you have physical access to the machine mysql is running on: Find the .pid file of the mysql process. It is either called mysql.pid or machinename.pid. Kill the mysql process. On my MacOS X server e.g. &lt;code&gt;kill &lt;/code&gt;cat /usr/local/mysql-standard-4.0.16-apple-darwin6.6-powerpc/data/localhost.pid`` Restart the mysql server &lt;code&gt;/usr/local/mysql-standard-4.0.16-apple-darwin6.6-powerpc/bin/mysqld_safe --skip-grant-tables &amp;amp;&lt;/code&gt; Set the new root password (replace newpassword with the new password!) &lt;code&gt;/usr/local/mysql-standard-4.0.16-apple-darwin6.6-powerpc/bin/mysqladmin -u root flush-privileges password &amp;quot;newpassword&amp;quot;&lt;/code&gt; Done!&lt;/p&gt;</description></item><item><title>The BIOS Password of Macintosh computers (Open Firmware)</title><link>https://jeltsch.org/en/the_bios_password_of_macintosh_computers_open_firmware/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/the_bios_password_of_macintosh_computers_open_firmware/</guid><description>&lt;p&gt;Macs don&amp;rsquo;t have a BIOS. They have something called Open Firmware instead. So the BIOS password is called Open Firmware password. You boot into Open Firmware by pressing the command (=apple), option, O and F keys simultaneously during system boot. To set the password type &lt;code&gt;password&lt;/code&gt; To enable the protection type &lt;code&gt;setenv security-mode full&lt;/code&gt; An then reboot by typing &lt;code&gt;reset-all&lt;/code&gt; Apart from the full security mode you can also set &amp;ldquo;none&amp;rdquo; (= don&amp;rsquo;t ask password during boot) and &amp;ldquo;command&amp;rdquo; (=gives you only limited access to Open Firmware without the password. The Open Firmeware password can be removed by changing the amount of RAM and three times zapping the PRAM. More detailed information is 
 &lt;a href="http://www.securemac.com/openfirmwarepasswordprotection.php" target="_blank" rel="noopener noreferrer nofollow"&gt;available&amp;nbsp;






 
 
 
 &lt;svg class="svg-inline--fa fas fa-up-right-from-square fa-2xs" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 512 512" overflow="visible"&gt;&lt;use href="#fas-up-right-from-square"&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/a&gt;
.&lt;/p&gt;</description></item></channel></rss>