[3.2][3.3][RC] Random Password Generator

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Anti-Spam Guide
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][RC] Random Password Generator

Post by HiFiKabin »

3Di wrote: Fri Apr 19, 2019 6:54 pm Hi James.
It makes me think, not having read the code, if and how the generated passwords obey the roles assigned in ACP?

I guess there's no problem if these are "No requirements".
See: ACP / User registration settings / Password complexity and Password length
From RC4 I am using a different way to generate the code, the default setting is 20 characters long and WILL contain at least one of:-

UPPER CASE
lower case
numbers 0-9
18 special characters

So whatever the complexity is required, this will satisfy it. (ie with the complexity setting to "Upper and Lower case" the generated password with upper case, lower case, numbers and special characters was still accepted without error)

Its a simple edit to increase or decrease the passwords length. See Here I did consider making it ACP adjustable, but didn't consider it worth the hassle.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [3.2][RC] Random Password Generator

Post by 3Di »

Fair enough. Thanks. :)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][RC] Random Password Generator

Post by HiFiKabin »

3.2.0-RC4 phpBB3.3.x compatibility Confirmed Image Image
Tarantino
Registered User
Posts: 876
Joined: Sat Feb 18, 2012 1:51 pm

Re: [3.2][RC] Random Password Generator

Post by Tarantino »

My chrome already does this by default, in a password field it asks if I want to use a strong random password and it saves in our chrome account. And many people nowadays use services as LastPass for example. Having that in mind, why we should use this? What am I missing? Just wondering.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][RC] Random Password Generator

Post by HiFiKabin »

Well, to start with its not browser dependant. Not everyone uses nor wants to use Chrome (I wouldn't use it if you paid me)

Likewise, not everyone uses a password manager.

Its there as an option for those who want it. If its of benefit to you, then use it, if its of no benefit to you then just ignore it. It will have no effect on any other password generator/manager you might be using.

NOTE:- AFAIK Chrome does not insert a password by default. You have either enabled such a function or added an extension to your Chrome installation.
Tarantino
Registered User
Posts: 876
Joined: Sat Feb 18, 2012 1:51 pm

Re: [3.2][RC] Random Password Generator

Post by Tarantino »

I said chrome because it is the most used.

Chrome have it in-built as you can see here: https://support.google.com/chrome/answer/7570435
I don't recall to have change any option. I tried now in chrome android app and the suggestion appeared too.

And Firefox same thing: https://blog.mozilla.org/firefox/passwo ... -features/

But there is indeed a minority that uses other browsers that maybe still doesn't have this feature in-built.

Let say Im an admin that can find this useful.
Imo, the way this appears to the end users can cause more friction, what is bad for registration of most users.
I would suggest to have instead only one button saying Generate Password in the right side of the password input and when clicking on it it would add automatically to both fields and to the clipboard. (Only an opinion, you can trash it out, that's fine xD)
My idea would be more similar to cpanel password generator when creating database passwords (I still doesn't use that, but I prefer their way of doing it) something that would save time and make registration easier to the end user. That's the reason I prefer chrome and Firefox solutions it autofill the fields too.

And this extension made me think more about the registration process and something that causes friction is the username choice. An username generator would be more handy then a password one. (I'm not asking for you to add here, only thinking out loud).

I know that probably you did this to ensure more protection, but who will trust in an forum generated password that will be used in that same forum? But we all think differently. So it still may help someone that doesnt have silly thoughts every time like me :lol:

In any case thanks for your work on this. I know some people liked, just a matter of reading the topic, but I wanted only to give my vision and opinion of it. Since I wasn't seeing the benefits.

Kudos
eXTrimaL
Registered User
Posts: 18
Joined: Tue Nov 12, 2019 4:07 pm

Re: [3.2][3.3][RC] Random Password Generator

Post by eXTrimaL »

Cool and very necessary extension! It works perfect on phpbb 3.3.0 & php 7.4.1 ;)
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][3.3][RC] Random Password Generator

Post by HiFiKabin »

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

Tweaks
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][3.3][RC] Random Password Generator

Post by HiFiKabin »

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

Style compatibility improved
User avatar
SpIdErPiGgY
Registered User
Posts: 312
Joined: Sun May 02, 2021 2:11 pm
Location: Erpe-Mere, Aalst, BE
Name: Andy Dm

Re: [3.2][3.3][RC] Random Password Generator

Post by SpIdErPiGgY »

Image
User avatar
salvocortesiano
Registered User
Posts: 282
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano

Italian

Post by salvocortesiano »

Italian language https://mega.nz/file/Ac5QxJ5C#oWUmP6UCZ ... fqQgDdzpFk
Best Regards

Salvo
The best way to predict the future is to invent it!
Image
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][3.3][RC] Random Password Generator

Post by HiFiKabin »

Thanks, added to the language pack
User avatar
nou nou
Registered User
Posts: 710
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] Random Password Generator

Post by nou nou »

Love it, works really well!

Any chance you could add support for this extension please? https://www.phpbb.com/customise/db/exte ... dd_user_2/

Thank you :)
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6798
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.2][3.3][RC] Random Password Generator

Post by HiFiKabin »

I'll look into it when I have the time, but I cannot see why not.

Return to “Extensions in Development”