hi all,
i'm sitting with a huge problem which has been bugging me for the past week.
the outside if below always returns true even if in reality it is false o_O
Code:
// Start script section
if (username.substring(0,4).toUpperCase == password[0].substring(0,4).toUpperCase) {
if (!confirm('Username and password are too similar.\nThis is not advised... Continue?')) {
return false;
}
}
// End script section
any swift help would be greatly appreciated,
Sincerely,
Pierre du Toit.
__________________
Sincerely,
Pierre "Greywacke" du Toit
[email protected]
don't worry about my 0 thankyou's either way, i would say thank you should you help, and i will gladly help others when this work rush is over.