[2.0.20] Password security

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
9
82%
Very Good
2
18%
Good
0
No votes
Fair
0
No votes
Poor
0
No votes
 
Total votes: 11

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

[2.0.20] Password security

Post by Extensions Robot »

MOD Name: Password security
Author: Underhill
MOD Description: When a new passord is entered, the user will receive a JavaScript warning


MOD Version: 1.1.1 (Updated 04/21/06)

Download File: passwordsecurity111.mod
mods overview page: View
File Size: 9797 Bytes

Security Score: 0

Support for this MOD needs to be asked within this topic. The phpBB Teams are not responsible or required to give anyone support for this MOD. By installing this MOD, the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version in the topic title. It may not work in any other versions of phpBB.
Last edited by Extensions Robot on Mon Apr 30, 2007 12:29 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
webmacster87
Former Team Member
Posts: 3758
Joined: Fri Jun 11, 2004 2:30 am
Location: San Mateo, CA
Name: Douglas Bell
Contact:

Post by webmacster87 »

MOD Validated/Released

Notes:
This MOD uses JavaScript to make recommendations on how potentially secure your password is when you register or change your password. Tips to make your password more secure are included.
User avatar
badboy4ever
Registered User
Posts: 177
Joined: Sat Jun 11, 2005 2:38 pm
Location: UK

Post by badboy4ever »

Do you have a screenshot?

Image
Underhill
Registered User
Posts: 154
Joined: Tue Sep 27, 2005 1:54 pm

Post by Underhill »

batlh ghajbe' De'wI'mey!
User avatar
badboy4ever
Registered User
Posts: 177
Joined: Sat Jun 11, 2005 2:38 pm
Location: UK

Post by badboy4ever »

It would also be nice if you could add a check to see if the username is the same as the password so like if you have a username like '43110 /*Badboy*\' it would say the password is safe.

Image
Underhill
Registered User
Posts: 154
Joined: Tue Sep 27, 2005 1:54 pm

Post by Underhill »

Hi,

good idea, use this:

Code: Select all

#
#-----[ FIND ]------------------------------------------------------------------
#

			if (counter_to_check <= 2)
			{


#
#-----[ BEFORE, ADD ]-----------------------------------------------------------
#

			if (pw_to_check == document.getElementsByName('username').username.value)
			{
				counter_to_check = 0;
			}
Reg.
Underhill
batlh ghajbe' De'wI'mey!
User avatar
badboy4ever
Registered User
Posts: 177
Joined: Sat Jun 11, 2005 2:38 pm
Location: UK

Post by badboy4ever »

I have noticed a bug in firefox if you put a ASCII Character in the box it no longer changes so if its a unsafe and you put in a ASCII character like © it will not move and the person will think it is unsafe

Image
Jane Doe
Registered User
Posts: 145
Joined: Thu Aug 11, 2005 12:35 pm

Post by Jane Doe »

hmm, i tried it with @ and it changes.
FF 1.5

qwertzu - unsafe
qwertzu@ - Not recommendable
qwertzu@1 - safe
User avatar
badboy4ever
Registered User
Posts: 177
Joined: Sat Jun 11, 2005 2:38 pm
Location: UK

Post by badboy4ever »

It dosent work for things like that you have to put in a character that requires you to push alt eg ALT + 0169 = ©

Image
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan
Contact:

Post by ycl6 »

MOD Updated to version 1.1.0
See first post for Download Link
Emperor_Slain
Registered User
Posts: 25
Joined: Mon Feb 27, 2006 10:46 pm

Post by Emperor_Slain »

Very useful.
PetulantPoetess
Registered User
Posts: 6
Joined: Sat Mar 18, 2006 12:50 am

Post by PetulantPoetess »

I love it. It was easy to implement and works beautifully. Thank you.
User avatar
freddie
Registered User
Posts: 404
Joined: Sun Mar 31, 2002 1:40 pm
Location: Estes Park, USA
Contact:

Post by freddie »

PetulantPoetess wrote: I love it. It was easy to implement and works beautifully. Thank you.


cosign ! :D
bugfixed
Registered User
Posts: 101
Joined: Sun Apr 04, 2004 2:57 am
Location: Turkey
Name: Murat
Contact:

Post by bugfixed »

good. thanks :)
Image
younusrahman
Registered User
Posts: 114
Joined: Fri Feb 24, 2006 8:29 pm

Post by younusrahman »

badboy4ever wrote: It would also be nice if you could add a check to see if the username is the same as the password so like if you have a username like '43110 /*Badboy*\' it would say the password is safe.


is it possible to check username. imean if anyone put user new then it will check if this username alredy have or not and in email also
Post Reply

Return to “[2.0.x] MOD Database Releases”