[3.3][RC] Random Password Generator

My little contributions to the phpBB 3.2.x and 3.3.x world. Please read the note on Version Numbering to ensure you download the correct Extension version.
Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

[3.3][RC] Random Password Generator

Post by Administrator »

Extension Name: Random Password Generator Image Image
Author: HiFiKabin

Extension Description: Adds a 20 character Random Password Generator to the Registration Page and Edit Account Settings Page of the UCP as well as via a link in Quick Links. Should the user have JavaScript disabled the Password Generator will not work and is hidden from view.

Note:
  • The generated password is created from at least one each of the following:-
    • Upper Case Letters.
    • Lower Case Letters.
    • Numbers 0-9
    • 18 "special characters"
    That gives a total possible different passwords options of:-

    ((26 + 26 + 10 + 18)¹⁶) x 26 x 26 x 10 x 18 which equals 3.429E+36

    Thats 3,429 followed by 33 0's which is 3.429 Sextillion (UK definition)

    To put that number into perspective, the odds of winning the UK Lottery are 1 in 45,057,474
Language:
  • EN
  • Language Pack fr, it, nl HERE
Extension Version: 3.2.0-RC6

Requirements: phpBB 3.2.0@dev and later

Supported Styles:
  • prosilver and most styles inheriting from prosilver
  • Styles pack we_universal HERE

Screenshots:


password_register.png

password_ucp.png

password_generator.png


Live Demo: HERE and HERE

Options: Here

Download:

password_3_2_0-RC6.zip

Installation:
  • Download the latest release and unzip it.
  • Upload the folder hifikabin to root/ext/ and enable it in the ACP

Support:

The contact us link at the bottom of this Forum or phpBB Board


Previous Versions
You do not have the required permissions to view the files attached to this post.
Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.3][RC] Random Password Generator

Post by Administrator »

Make Password string longer or shorter:

OPEN

hifikabin/password/styles/prosilver/template/password.html

and

hifikabin/password/styles/prosilver/template/password_ucp.html

INLINE FIND

data-size="20"

CHANGE

"20" to whatever length you require

SAVE > UPLOAD > PURGE CACHE



Remove 'Special Characters' from Passwords:


hifikabin/password/styles/prosilver/template/password.html

and

hifikabin/password/styles/prosilver/template/password_ucp.html

INLINE FIND AND DELETE

,#

SAVE > UPLOAD > PURGE CACHE


Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.3][RC] Random Password Generator

Post by Administrator »

Additional Languages: fr, it, nl

Random_Password_Generator_language_pack.zip

To Install the language pack:
  • Download and unzip the package
  • disable Random Password Generator in the ACP
  • Upload the unzipped files to your ext folder on your server
  • enable Random Password Generator in the ACP

Styles Pack:
  • we_universal
Random_Password_Generator_styles_pack.zip

To Install the styles pack:
  • Download and unzip the package
  • disable Random Password Generator in the ACP
  • Upload the unzipped files to your ext folder on your server
  • enable Random Password Generator in the ACP
You do not have the required permissions to view the files attached to this post.
Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.3][RC] Random Password Generator

Post by Administrator »

3.2.0-RC4 now available.

The generated password is now created from at least one each of the following:-
  • Upper Case Letters.
  • Lower Case Letters.
  • Numbers 0-9
  • 18 "special characters"
Update from previous version:
  • Download the latest release and unzip it.
  • Disable Password Generator in the ACP
  • Delete password folder from the server
  • Upload the folder hifikabin to root/ext/
  • Enable it in the ACP
Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.3][RC] Random Password Generator

Post by Administrator »

3.2.0-RC4 is phpBB3.3.x compatibility Image Image
Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.3][RC] Random Password Generator

Post by Administrator »

3.2.0-RC5 is phpBB3.3.x compatibility Image Image

Tweaks
Administrator
Site Admin
Posts: 766
Joined: Tue Nov 18, 2014 11:30 am

Re: [3.3][RC] Random Password Generator

Post by Administrator »

3.2.0-RC6 released. phpBB3.3.x compatibility Image Image

Style compatibility improved