Skip to content

A Little of Both

A Little About Technology – A Little About Life.

  • Contact
  • About Beth Tucker Long
A Little of Both

Tag: login

Update WordPress Authentication Unique Keys and Salt

Ever since WordPress 2.6.0, there are keys and salt for authentication in your wp-config.php file. They look something like this:

define('AUTH_KEY',         '43.%Qo~})0$uH}jn_vD@|@?XB3p&q.b|#Li3PLJvLD&&J|t`T7oMq]5&{r$c+fr2');
define('SECURE_AUTH_KEY',  'bk3i}wgjp2@;NIz4L>14;{m@tB/bql;)Kl<cJm8P}|F;S>(+pJWPp&^U4SMz$PZ8');
define('LOGGED_IN_KEY',    'DS(v +H[dZe]bm6kFvOlu!J7LJ)?c%^qC:|2A=_zixkw`o(TT%:G?t ?_-sX7<rp');
define('NONCE_KEY',        '[t%`YC7lhO[L&sIA43/:-7>ZaJP`{m2CL-+JTGPCau#>Xqng~~.*J56j{Sxh>&KD');
define('AUTH_SALT',        'X;Y:h9.`H@he$]<fNHu2xx;2J%UN~7K%[F%4y*3,G8l[,c(SwkDxi-[ +-f}[To~');
define('SECURE_AUTH_SALT', 'bq- r~2>J`!18ei/|ZGzY0hyNMxC-Be;x3lVZnGS!V>o+.>rV*ab*r|@x,]e`d#D');
define('LOGGED_IN_SALT',   '8nwkt|TD2:~lkE;8q{6hXw#=3+Xz!f)+.nvs:@(g-0Sr]f`i)meWiF*vsOGL#|9]');
define('NONCE_SALT',       'XT`ejK<~|otmbqu )[w[vI=g),D+[Y=KWm@u4n=Ay_[b4YT,aTqiAmCGPAHbkt)T');

You can set these to whatever you’d like, but if you’re like me, you are not really that interested in what these actually are as long as they are long enough and sufficiently random. Continue reading “Update WordPress Authentication Unique Keys and Salt”

Author BethPosted on May 14, 2013May 8, 2013Categories PHP, WordPressTags login, PHP, WordPress6 Comments on Update WordPress Authentication Unique Keys and Salt

Blank WordPress Login Page for the Admin Panel

A strange thing happened the other day. One day, I could log into WordPress and everything was fine. The very next day, when I loaded up the /wp-admin page, I just got a blank screen. I tried going directly to wp-login.php, but again, just a blank screen. I checked the Apache error logs, and there wasn’t anything strange in there. I then checked the PHP error logs and found:

[08-May-2013 19:51:44 UTC] PHP Fatal error: Unknown: Failed opening required '/path/on/server/web-root-dir/wp-login.php' (include_path='.:/usr/local/php:/usr/share/pear') in Unknown on line 0

I checked, and wp-login.php was exactly where it was supposed to be. Continue reading “Blank WordPress Login Page for the Admin Panel”

Author BethPosted on May 9, 2013May 8, 2013Categories PHP, WordPressTags admin, login, PHP, WordPress7 Comments on Blank WordPress Login Page for the Admin Panel

SugarCRM Install and/or Upgrade Messes Up the Admin Panel and Login Screen

When doing a fresh install of SugarCRM on Dreamhost, I encountered an issue where the Admin Panel was displaying as though it was missing its style sheet, and the spacing on the Login page was all messed up. I poked around, but couldn’t find anything wrong with the style sheet or my install. Continue reading “SugarCRM Install and/or Upgrade Messes Up the Admin Panel and Login Screen”

Author BethPosted on January 2, 2013May 8, 2013Categories PHP, SugarCRM, UncategorizedTags admin, login, PHP, stylesheet, SugarCRM

Recent Posts

  • Blind
  • Can’t Drag Files in Finder (Mac)
  • finally{}: Pulled From All Angles
  • “vagrant” will damage your computer
  • finally{}: Survival of the Fiendish

Recent Comments

  • Matthew Turland: Speaking Resources – Collected Links on How to Submit a Talk to a Conference
  • Ron on Mac Cursor Stuck as Magnifying Glass While Screen Sharing
  • B Redman on Mac Cursor Stuck as Magnifying Glass While Screen Sharing
  • hector on Droplet Out of Disk Space
  • Jodie Ryan on Fixing a Toyota Sienna Automatic Window

Archives

  • August 2024
  • July 2024
  • May 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • November 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • September 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • May 2018
  • April 2018
  • May 2017
  • April 2017
  • January 2015
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • January 2013
  • December 2012
  • October 2012

Categories

  • Apple
  • Business
  • Kid Stuff
  • Magento
  • Mental Health
  • Microsoft
  • Photoshop
  • PHP
  • QuickBooks
  • Security
  • SugarCRM
  • Tech Industry
  • Tech Support
  • Thunderbird
  • Uncategorized
  • Vagrant
  • WordPress
  • Contact
  • About Beth Tucker Long
A Little of Both Proudly powered by WordPress