Registration + i give rep for help
#1

hi,
there's some problem in dini, when the player registers , the password saves as numbers... :/ before some days i was seeing some register tutorials and some of them had the correct way to save password, i have forget which one :/
i don't wanna se number on password i want see real password.
Reply
#2

For what non malicious intent would you possibly want to see passwords?
Reply
#3

bacause i make email verification who need player password without hash code
Reply
#4

It means they are saving as integers when you need them as strings. If you use dialogs you should use something like this:

Код:
strmid(password, inputtext, 0, strlen(inputtext), 128);
Change 'password' to the name you use for their password.
Reply
#5

@osman2571:
You should really consider to DO use he hashing.. what if the database/files get hacked? All passwords could be abused, especially if someone's using that password on their mail account for example. I think, as a server owner or scripter, one of the most important things is the security of people's privacy data.

And about the email vertification; on the page where it gets certificated, just hash the password they enter there too and then compare the two hashed passwords...
Reply
#6

Fixed by me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)