Limits Up
Skalfa
SkaDate
WackWall
Products
Ads
Support
Blog
Index
|
Documentation
|
Discussion Boards
Welcome,
Guest
. Please
login
or
register
.
November 21, 2008, 03:46:00 AM
Home
Help
Search
Login
Register
Skalfa Boards
»
SkaDate Software
»
Feature Suggestions
»
Confirmed changes for Skadate 7
»
Topic:
Forcing more complex passwords?
Pages: [
1
]
Print
Author
Topic: Forcing more complex passwords? (Read 241 times)
brusselsshrek
Sr. Member
Posts: 293
Forcing more complex passwords?
«
on:
August 02, 2008, 11:46:16 AM »
I get a lot of users using really simple passwords like 123456. Does anyone use a regular expression to force something more complex (e.g. password MUST contain a lower case letter, an upper case letter, a digit, a weird char)?
Logged
http://romeobox.com
- RomeoBox dating site
Easton
Hero Member
Posts: 523
Re: Forcing more complex passwords?
«
Reply #1 on:
August 02, 2008, 12:04:26 PM »
Not really, anything for members to remember is appropriate for me..... later on i don't want to be getting emails from members that they can't access the site, so i leave members to choose password which easy for them to remember..
Easton
Logged
brusselsshrek
Sr. Member
Posts: 293
Re: Forcing more complex passwords?
«
Reply #2 on:
August 05, 2008, 11:48:49 AM »
OK, I've done a lot of research, and tests, and I have good news and bad news about making passwords more secure.
First, the GOOD news: the following Regexp can be put in the "password" field and forces the password to be between 4 and 10 characters long, and must have at least 1 uppercase letter (A-Z), at least 1 lowercase letter (a-z) and at least 1 digit (0-9):
/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{4,8}$/i
Unfortunately, the very BAD news, is that the way SkaDate is coded at the moment means that this Regexp will apply at ALL times users enter a password - e.g. just when signing in normally - and not just when a user CHANGES their password, meaning that all EXISTING passwords which do not conform (=99% of them) will suddenly stop working!!!! As it currently stands, the password Regexp is actually almost UNUSABLE, because if you change the Regexp, you stop all existing users logging in!!
A suggestion Skadate: make the minor change to the code so that the Regexp is checked ONLY when a user CHANGES their password! That way, old passwords can stay as they are, but all NEW passwords are forced to the new Regexp.
How about it SkaDate?
Logged
http://romeobox.com
- RomeoBox dating site
Adden
Administrator
Sr. Member
Posts: 308
Re: Forcing more complex passwords?
«
Reply #3 on:
August 13, 2008, 12:31:00 AM »
Agreed.
Regexp checking for password will be removed from Sign in form. This will allow to login members with old pass.
Move this fix to Skadate7
«
Last Edit: August 13, 2008, 11:35:15 PM by Adden
»
Logged
Pages: [
1
]
Print
Skalfa Boards
»
SkaDate Software
»
Feature Suggestions
»
Confirmed changes for Skadate 7
»
Topic:
Forcing more complex passwords?
Jump to:
Please select a destination:
-----------------------------
SkaDate Software
-----------------------------
=> FAQ
===> Installation
===> Configuration
===> Features
=> Feature Suggestions
===> Confirmed changes for the upcoming update (May '08)
===> Confirmed changes for Skadate 7
=> Ideas Exchange
-----------------------------
chuPPo Applications
-----------------------------
=> FAQ
===> Installation
===> Configuration
===> Features
=> General
=> Feature Suggestions
=> Bug Reports
-----------------------------
Skalfa Ads
-----------------------------
=> FAQ
=> General
=> Feature Suggestions
=> Bug Reports
-----------------------------
This Board
-----------------------------
=> General
Powered by SMF 1.1.4
|
SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Loading...
You are here:
Skalfa
»
Support
»
Discussion Boards