Welcome, Guest. Please Login or Register.
April 27, 2025, 03:27:19 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  General Category  |  Feedback  |  Incorrect password shown in log « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Incorrect password shown in log  (Read 758 times)
orange
Noobie
*
Posts: 18


I'm a llama!

Incorrect password shown in log
« on: July 15, 2002, 01:28:51 AM »
Reply with quote

Being a new YabbSE admin I am quite impressed, but I discovered one thing today that has put me off registering at any YaBB boards anywhere.

In the forum error log, when a user gets their password wrong, their incorrect attempt is written in the log.

Since the majority of the time this is just a simple typo by the user, it is very easy to work out what the user's real password is.

Many people probably use the same password to register on forums as they do for other things, and I find it quite disturbing that the board's admin has a free run of the passwords if I make a minor error typing it in.

Could this be changed for the next version?


One other question - is it possible to disable user signatures on specific forums? I have a serious discussion forum, where I don't want people's sigs getting in the way - this was really easy to do with ezboard but I can't see a yabb option or mod to do it.
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Incorrect password shown in log
« Reply #1 on: July 15, 2002, 01:33:32 AM »
Reply with quote

Please use the search feature before posting.  This has been discussed many times.
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Incorrect password shown in log
« Reply #2 on: July 15, 2002, 02:26:49 AM »
Reply with quote

To be more welcoming...

I will probably add some sort of option for the password thing. People don't like it, I LOVE it.

As for signatures, you'd need to alter some code.
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Incorrect password shown in log
« Reply #3 on: July 15, 2002, 02:38:53 AM »
Reply with quote

Quote from: Jeff Lewis on July 15, 2002, 02:26:49 AMTo be more welcoming...
Sorry, I was in a rotten mood at that time.

Read this thread, http://www.yabb.info/community/index.php?board=140;action=display;threadid=6336
Logged

orange
Noobie
*
Posts: 18


I'm a llama!

Re:Incorrect password shown in log
« Reply #4 on: July 15, 2002, 10:25:38 AM »
Reply with quote

For the record, I did do a search for "password shown" but it gave no results.

Thanks for the link btw.
Logged
sylvester
YaBB God
*****
Posts: 525


Re:Incorrect password shown in log
« Reply #5 on: July 15, 2002, 10:52:29 AM »
Reply with quote

Open the file LogInOut.php
Search for:
   $attempt = $passwrd;
Replace with:
   $attempt = str_repeat("*",strlen($passwrd));
Voila :)
Logged

I'm back
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  General Category  |  Feedback  |  Incorrect password shown in log « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 2.648 seconds with 16 queries.