From fc7c134b38625806a8eec75aac7f0720bc06e568 Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Tue, 14 Apr 2020 19:14:29 -0400 Subject: [PATCH] Try to be consistant with my Wordpress assigned slug swg-auth --- README.md | 4 ++-- {swgauth => swg-auth}/assets/screenshot-1.png | Bin {swgauth => swg-auth}/readme.txt | 4 ++-- swgauth/swgauth.php => swg-auth/swg-auth.php | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) rename {swgauth => swg-auth}/assets/screenshot-1.png (100%) rename {swgauth => swg-auth}/readme.txt (87%) rename swgauth/swgauth.php => swg-auth/swg-auth.php (75%) diff --git a/README.md b/README.md index 6b7aae1..719be9b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # SWG Authentication for Wordpress # Usage: -1. Upload the plugin files to the `wp-content/plugins/swgauth/` directory or install the plugin through the WordPress admin panel. +1. Upload the plugin files to the `wp-content/plugins/swg-auth/` directory or install the plugin through the WordPress admin panel. 2. Activate the plugin through the Wordpress admin panel. -3. Point your SWG server's externalAuthURL config flag to `http://url.to.wordpress/?action=swgauth`. +3. Point your SWG server's externalAuthURL config flag to `http://url.to.wordpress/?action=swg-auth`. 4. Done! # Notes: diff --git a/swgauth/assets/screenshot-1.png b/swg-auth/assets/screenshot-1.png similarity index 100% rename from swgauth/assets/screenshot-1.png rename to swg-auth/assets/screenshot-1.png diff --git a/swgauth/readme.txt b/swg-auth/readme.txt similarity index 87% rename from swgauth/readme.txt rename to swg-auth/readme.txt index f5d5942..2d1d1d1 100644 --- a/swgauth/readme.txt +++ b/swg-auth/readme.txt @@ -17,9 +17,9 @@ If you're running a Star Wars Galaxies server, now you can use Wordpress to allo == Installation == -1. Upload the plugin files to the `wp-content/plugins/swgauth/` directory or install the plugin through the WordPress admin panel. +1. Upload the plugin files to the `wp-content/plugins/swg-auth/` directory or install the plugin through the WordPress admin panel. 2. Activate the plugin through Wordpress admin panel. -3. Point your SWG server's externalAuthURL config flag to `http://url.to.wordpress/?action=swgauth`. +3. Point your SWG server's externalAuthURL config flag to `http://url.to.wordpress/?action=swg-auth`. 4. Done! == Frequently Asked Questions == diff --git a/swgauth/swgauth.php b/swg-auth/swg-auth.php similarity index 75% rename from swgauth/swgauth.php rename to swg-auth/swg-auth.php index 6621aee..66db381 100644 --- a/swgauth/swgauth.php +++ b/swg-auth/swg-auth.php @@ -1,7 +1,7 @@