Skip to content

Commit 6ac01a7

Browse files
committed
Update README
1 parent 2395c91 commit 6ac01a7

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

README.md

+10-23
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ An extension for phpBB 3.1 that will show users how strong (or weak) their passw
99
![Internet Explorer 6+](http://mattfriedman.me/software/browsericons/ie.png "Internet Explorer 6+")6+    
1010
![Opera 8+](http://mattfriedman.me/software/browsericons/opera.png "Opera 8+")8+
1111

12-
## Stable releases
13-
Grab the latest release from phpBB: ([Download it here](https://www.phpbb.com/customise/db/mod/show_password_strength/))
14-
1512
## Demo
1613
Try it out yourself here: ([Online Demo](http://vsephpbb.github.io/passwordstrength/))
1714

@@ -43,31 +40,21 @@ Try it out yourself here: ([Online Demo](http://vsephpbb.github.io/passwordstren
4340
* Ukrainian
4441

4542
## Requirements
46-
* phpBB 3.1-dev or higher
43+
* phpBB 3.1.0-b4 or higher
4744
* PHP 5.3.3 or higher
4845

49-
## Installation
50-
You can install this on the latest copy of the develop branch ([phpBB 3.1-dev](https://github.com/phpbb/phpbb3)) by following the steps below:
51-
52-
**Manual:**
53-
54-
1. Copy the entire contents of this repo to `phpBB/ext/vse/passwordstrength/`
55-
2. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
56-
3. Click `Enable`.
57-
58-
**Git CLI:**
59-
60-
1. From the board root run the following git command:
61-
`git clone -b extension https://github.com/VSEphpbb/password_strength.git phpBB/ext/vse/passwordstrength`
62-
2. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
63-
3. Click `Enable`.
64-
6546
Note: This extension is in development. Installation is only recommended for testing purposes and is not supported on live boards. This extension will be officially released following phpBB 3.1.0.
6647

67-
## Uninstallation
68-
Navigate in the ACP to `Customise -> Extension Management -> Extensions` and click `Disable`.
48+
## Installation
49+
1. [Download the latest release](https://github.com/VSEphpbb/passwordstrength/releases) and unzip it.
50+
2. Copy the entire contents from the unzipped folder to `phpBB/ext/vse/passwordstrength/`.
51+
3. Navigate in the ACP to `Customise -> Manage extensions`.
52+
4. Find Password Strength under "Disabled Extensions" and click `Enable`.
6953

70-
To permanently uninstall, click `Delete Data` and then you can safely delete the `/ext/vse/passwordstrength` folder.
54+
## Uninstallation
55+
1. Navigate in the ACP to `Customise -> Manage extensions`.
56+
2. Click the `Disable` link for Password Strength.
57+
3. To permanently uninstall, click `Delete Data`, then delete the `passwordstrength` folder from `phpBB/ext/vse/`.
7158

7259
## License
7360
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)

0 commit comments

Comments
 (0)