Welcome, Guest. Please Login or Register.
May 13, 2025, 04:40:39 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Passwords « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: Passwords  (Read 674 times)
habby
Noobie
*
Posts: 9


I'm a llama!

Passwords
« on: March 31, 2003, 10:14:21 PM »
Reply with quote

Hiya as it said in one of the posts to remove encryption I have to remove all instances of the crypt function...  Now I did that and was messing about with the codes for ages to get it working, anyway, when I finally got to the stage where the passwords are going into the database as they should be, I tried to login, it wouldnt work.

Well obviously its trying to match the encrypted version with an unencrypted version in the database, So when I tried to fix that, when I thought it was done, i entered in a username and passwrd and it didnt give me a message about a bad password, it insted rtedirected me to the forums home and I wasnt logged in...

Could anyone tell me how to get it working.  I have good resons for wanting my passes in plain text and if you desperately want an explanation I will give you it.

But this problem is really annoying and I cant get my forums started unless I fix this annoyance
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Passwords
« Reply #1 on: March 31, 2003, 10:28:27 PM »
Reply with quote

There is no good reason for having them in plain text.  If you look for posts by me with "password" in them, you will see how STRONGLY I feel about leaving the passwords crypted.

There are ways to do what you are trying to do, but I'm not going to tell you why - unless you can give me a reason better than any other excuse I have heard.

Here are a few:
  • My users keep forgetting their passwords!
  • There's a forgot password link that works really well.  You can even reset their password by going to their profile.  What could be easier?  Why would you want to have to find them in the SQL?

  • I'm making a site and I want to integrate it.
  • So use the same kind of encryption.  This can only have the effect of making your site better, so I see no harm.

  • I want to see my users' passwords because I'm a freak.
  • Well too bad.

    -[Unknown]
Logged
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #2 on: March 31, 2003, 10:32:23 PM »
Reply with quote

I cant say I like your angry attitude towards my post, but if you have to know the reason, the only people who are going to have access to my board are my friends.  And I am only going to allow them access to the board if the password that they enter matches the password I give them.

You see im giving each of them diffenent passwords for the forums. Do you understand this? And its not so I can see what their password is, because I am physically giving them the password anyway
Logged
Iridium
Full Member
***
Posts: 173


I'm a llama!

Re:Passwords
« Reply #3 on: March 31, 2003, 10:41:08 PM »
Reply with quote

Why not simply set the passwords for them by editing their profiles then?

(My personal excuse for wanting to see people's passwords (not that I've done it on my boards) would be that I'm so utterly useless at thinking of passwords for myself that it's easier to see the passwords other people have come up with and use the good ones!)
« Last Edit: March 31, 2003, 10:43:36 PM by Iridium » Logged
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #4 on: March 31, 2003, 10:42:13 PM »
Reply with quote

Because i wont know it is them unless they physically enter the password themselves
Logged
Iridium
Full Member
***
Posts: 173


I'm a llama!

Re:Passwords
« Reply #5 on: March 31, 2003, 10:46:29 PM »
Reply with quote

Simply create their accounts for them, and, while logged in as an administrative user, go to their profile and set the password. Easy.
Logged
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #6 on: March 31, 2003, 10:48:01 PM »
Reply with quote

Have you even read what I have written???
I want them to register an enter the passwords
Logged
Iridium
Full Member
***
Posts: 173


I'm a llama!

Re:Passwords
« Reply #7 on: March 31, 2003, 10:50:32 PM »
Reply with quote

But why?! I'm sure I could easily give you the code to remove the hashing function, but I'm not going to waste my time on it if there's a simpler way that requires no changes whatsoever.
Logged
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #8 on: March 31, 2003, 10:52:48 PM »
Reply with quote

look, there are alot of people who will want to register, I only want my friends to register if I give them a password to use to create an account it will be alot easier than me manually creating loads of accounts
If you are worried about other yabb users using this then could you please IM me it

Thankyou
« Last Edit: March 31, 2003, 10:55:42 PM by habby » Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:Passwords
« Reply #9 on: March 31, 2003, 11:10:38 PM »
Reply with quote

Why not get the application mod and approve members before they can join.
Logged
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #10 on: March 31, 2003, 11:14:20 PM »
Reply with quote

seems that you all obvoiusly dont want to help me, whatever happens im going to get the hack working sooner or later, im just asking for help so I can get it running now...

I dont know of this application mod, but I have already sent out all the passwords and used up quite alot of money in stamps.  Now I dont want to mess about I just want a little help, but it seems that no one in yabbse is helpful
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Passwords
« Reply #11 on: March 31, 2003, 11:16:31 PM »
Reply with quote

I'm sorry about my "angry attitude", but this has come up before and makes no sense.

If you create the accounts for them, they can login with no problems.  You will have set the passwords.

Simply add this to Register.php:
if ($settings[7] == '')
  fatal_error('Sorry, registration is disabled.');

At the top under the copyright header.

This completely and entirely solves your situation.  They will be able to login and use their accounts, and you will not get any unwanted registrations.

Just ask them for their emails and desired usernames.  (which I would think you would probably have of your friends already anyway.)

-[Unknown]
Logged
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #12 on: March 31, 2003, 11:19:55 PM »
Reply with quote

Yes, I have this but im not going to add accounts for hundreds of users, this is myt situation that no one want to help with.  :(
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Passwords
« Reply #13 on: March 31, 2003, 11:20:01 PM »
Reply with quote

you're trying to make the forum less secure, that's why people are hesitant to help you

Gobalopper has suggested the Application Mod, this mod will enable people to apply for a membership, and you as the admin can reject/accept each application. So u can allow only the people that you know to access the forum. :)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
habby
Noobie
*
Posts: 9


I'm a llama!

Re:Passwords
« Reply #14 on: March 31, 2003, 11:22:37 PM »
Reply with quote

look, its my forum, i dont care about it being unsecure, if a hacker comes in and somehow gets into the mysql database what will this person want with the users passwords? ?? And even if he does desperately want them he can decrypt them, and dont you say there is no way because there is and I have done it before. If I really want my members passwords I can do this, but im not going to because I am setting their passwords anyway!
« Last Edit: March 31, 2003, 11:23:46 PM by habby » Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Passwords « 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 0.041 seconds with 20 queries.